diff --git a/README.md b/README.md index 03281b11..d8052d90 100644 --- a/README.md +++ b/README.md @@ -45,6 +45,13 @@ You'll need Docker installed to run the app locally. ``` cp .env.example .env +``` + +Create a new secret for NEXTAUTH_SECRET in .env using +`openssl rand -base64 32` +Then run + +``` yarn install yarn run dev:services yarn prisma:migrate:dev