Credits to AleksHSE for the initial PoC.
- Run
pnpm install
to install deps - Add your db connction string as an env variable, or overwrite the datasource in
./server/server.ts
- Run
pnpm prisma db pull
to connect your database and add Prisma models to your Prisma schema. - Run
pnpm prisma generate
to generate the necessary assets.