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.local
file - Generate a secret using
openssl rand -base64 32
and paste it in your.env.local
asSECRET=<YOUR_SECRET_HERE>
- Install dependencies
pnpm i
- Start the dev server and visit
localhost:3000
pnpm dev