This is a Next.js project bootstrapped with create-next-app.
- Create a new Postgres db on Vercel
- Copy the config and paste it into an
.env.localfile - Generate a secret using
openssl rand -base64 32and paste it in your.env.localasSECRET=<YOUR_SECRET_HERE> - Install dependencies
pnpm i- Start the dev server and visit
localhost:3000
pnpm dev