Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 255 Bytes

README.md

File metadata and controls

22 lines (18 loc) · 255 Bytes

Blog

Running

First, migrate the database

pnpm prisma migrate deploy

If the database is not seeded, run

pnpm tsx prisma/seed.ts

To run the project, execute

pnpm dev [--open]

To build the project, execute

pnpm build