From 3406e1c4cb3eff4b5718fae38658f577271b6114 Mon Sep 17 00:00:00 2001 From: garrettmills Date: Mon, 30 Aug 2021 16:09:13 -0500 Subject: [PATCH] Add yarn info to README --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 29e36da..fa52468 100644 --- a/README.md +++ b/README.md @@ -3,9 +3,11 @@ ## Requirements to develop - Node.js 14.x - MongoDB 4.x +- Yarn package manager (version 1.x) ## Setting up develop - Clone this repo +- Run `yarn install` - Copy `example.env` to `.env` - Edit `.env` - Change `LOGGING_LEVEL` to `7`