Update README.md

This commit is contained in:
Zai Shi 2024-07-04 01:04:40 +02:00 committed by GitHub
parent 7bf4fc9439
commit 05ed1ba640
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -101,6 +101,7 @@ pnpm install
pnpm run build
# initialize the database and seed it with some data
pnpm prisma db push
pnpm prisma db seed
# Run code generation (repeat this after eg. changing the Prisma schema). This is part of the build script, but faster