From f6a70b11b090edeed2b38455c7540c54c2ea0e9f Mon Sep 17 00:00:00 2001 From: Tony Spataro Date: Thu, 29 Dec 2022 06:38:32 -0800 Subject: [PATCH] chore: update developer setup with new dependency in contributing.md (#2239) --- .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