mirror of
https://github.com/Redocly/redoc.git
synced 2024-11-22 08:36:33 +03:00
chore: update developer setup with new dependency in contributing.md (#2239)
This commit is contained in:
parent
ef99fb1f6b
commit
f6a70b11b0
7
.github/CONTRIBUTING.md
vendored
7
.github/CONTRIBUTING.md
vendored
|
@ -30,6 +30,13 @@ After cloning the repo, run:
|
||||||
$ npm install # or npm
|
$ 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
|
### Commonly used NPM scripts
|
||||||
|
|
||||||
``` bash
|
``` bash
|
||||||
|
|
Loading…
Reference in New Issue
Block a user