A Simple Calendar Availability / Meeting Booking Interface Screenshot Config Create a .env.local file with the following configs to run this locally: GOOGLE_CLIENT_ID= GOOGLE_CLIENT_SECRET= NEXT_PUBLIC_BASE_URL= Getting Started First, run the development server: npm run dev # or yarn dev # or pnpm dev # or bun dev