Update developer setup with new dependency

This commit is contained in:
Tony Spataro 2022-12-21 12:04:57 -08:00
parent 3d410b6002
commit 098b684f4d

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