From b03a7b40f5385a91f81e87047ed90d8d66fb0317 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 72836f28..6e203ffc 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