From 098b684f4d2f4a9636e84cee1458ef358e92bfdc Mon Sep 17 00:00:00 2001 From: Tony Spataro Date: Wed, 21 Dec 2022 12:04:57 -0800 Subject: [PATCH] Update developer setup with new dependency --- .github/CONTRIBUTING.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index d53188f7..4b27f021 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -30,6 +30,13 @@ After cloning the repo, run: $ npm install # or npm ``` +To run the dev server, you will also need to install the cli's dependencies: + +```bash +$ cd cli +$ npm install # or npm +``` + ### Commonly used NPM scripts ``` bash