mirror of
https://github.com/Redocly/redoc.git
synced 2025-04-21 17:21:58 +03:00
chore: update developer setup with new dependency in contributing.md (#2239)
This commit is contained in:
parent
5da090cc7f
commit
b03a7b40f5
7
.github/CONTRIBUTING.md
vendored
7
.github/CONTRIBUTING.md
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user