This is a Next.js project bootstrapped with create-next-app
.
pnpm install
vercel env pull .env
First, run the development server:
pnpm dev
Open http://localhost:3000 with your browser to see the result.
pnpm exec prisma db push
There is no migration atm to simplify development (there is only one db for prod and local dev)
pnpm exec prisma studio