update README

This commit is contained in:
Julian 2023-04-26 12:16:33 -04:00
parent 15f9ac6ffc
commit a3706faa42
Signed by: NotNite
GPG Key ID: BD91A5402CCEB08A
1 changed files with 9 additions and 2 deletions

View File

@ -98,6 +98,13 @@ npm run start
You'll want to run these two commands at the same time:
```shell
npm run dev # Next.js hot reload
npm run graphql-codegen -- -w # GraphQL hot reload
# Next.js hot reload
# Pipe to pino-pretty for human readable logging - optional
npm run dev | pino-pretty
# GraphQL hot reload
# Only required if working on GraphQL code
npm run graphql-codegen -- -w
```
If you're interacting with the database, take some time to familiarize yourself with the [Prisma CLI](https://www.prisma.io/docs/reference/api-reference/command-reference).