forked from NotNet/gluestick
update README
This commit is contained in:
parent
15f9ac6ffc
commit
a3706faa42
11
README.md
11
README.md
|
@ -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).
|
||||
|
|
Loading…
Reference in New Issue