This is a Next.js project bootstrapped with create-next-app
.
- Run
vercel env pull .env.development.local
to pull required environment variables from Vercel Postgres into the project - Auth credential env vars (GOOGLE_CLIENT_ID, GOOGLE_CLIENT_SECRET, AUTH_URL) must be set after
First, run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
Open http://localhost:3000 with your browser to see the result.