Skip to content

Commit

Permalink
docs(setting-up): add missing npm install command (#9906)
Browse files Browse the repository at this point in the history
  • Loading branch information
JanCizmar authored May 6, 2024
1 parent d5708bd commit 2c8462b
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions docs/development/setting-up.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
2. `cd swagger-ui`
3. `npm run dev`
4. Wait a bit
5. Open http://localhost:3200/
3. `npm install`
4. `npm run dev`
5. Wait a bit
6. Open http://localhost:3200/

### Using your own local api definition with local dev build

Expand Down

0 comments on commit 2c8462b

Please sign in to comment.