mirror of
https://github.com/Redocly/redoc.git
synced 2025-08-02 11:20:20 +03:00
Update developer setup with new dependency
This commit is contained in:
parent
3d410b6002
commit
098b684f4d
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