diff --git a/README.md b/README.md index fb27b10..1e3e6b2 100644 --- a/README.md +++ b/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).