Skip to content

Commit

Permalink
docs(development): add missing step for setting up
Browse files Browse the repository at this point in the history
  • Loading branch information
nejch committed May 2, 2024
1 parent d714318 commit 860c722
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions docs/development/setting-up.md
Expand Up @@ -10,10 +10,11 @@ Swagger UI includes a development server that provides hot module reloading and
### Steps

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/
1. `cd swagger-ui`
1. `npm install`
1. `npm run dev`
1. Wait a bit
1. Open http://localhost:3200/

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

Expand Down

0 comments on commit 860c722

Please sign in to comment.