chore: update developer setup with new dependency in contributing.md (#2239)

This commit is contained in:
Tony Spataro 2022-12-29 06:38:32 -08:00 committed by ckoegel
parent 5da090cc7f
commit b03a7b40f5

View File

@ -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