Skip to content

Commit

Permalink
chore: update developer setup with new dependency in contributing.md (R…
Browse files Browse the repository at this point in the history
  • Loading branch information
xeger authored and ckoegel committed Jun 6, 2023
1 parent 5da090c commit b03a7b4
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b03a7b4

Please sign in to comment.