docs(setting-up): add missing npm install command (#9906)
This commit is contained in:
@@ -11,9 +11,10 @@ Swagger UI includes a development server that provides hot module reloading and
|
|||||||
|
|
||||||
1. `git clone https://github.com/swagger-api/swagger-ui.git`
|
1. `git clone https://github.com/swagger-api/swagger-ui.git`
|
||||||
2. `cd swagger-ui`
|
2. `cd swagger-ui`
|
||||||
3. `npm run dev`
|
3. `npm install`
|
||||||
4. Wait a bit
|
4. `npm run dev`
|
||||||
5. Open http://localhost:3200/
|
5. Wait a bit
|
||||||
|
6. Open http://localhost:3200/
|
||||||
|
|
||||||
### Using your own local api definition with local dev build
|
### Using your own local api definition with local dev build
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user