From a3706faa4290fbc997ed7e72ebfe3d76cd3526d7 Mon Sep 17 00:00:00 2001 From: NotNite Date: Wed, 26 Apr 2023 12:16:33 -0400 Subject: [PATCH] update README --- README.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) 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).