This is a Next.js project bootstrapped with create-next-app.

Installation

pnpm install
vercel env pull .env

Getting Started

First, run the development server:

pnpm dev

Open http://localhost:3000 with your browser to see the result.

Database

Sync the DB

pnpm exec prisma db push

There is no migration atm to simplify development (there is only one db for prod and local dev)

Open DB client

pnpm exec prisma studio