Browse Source

docs: update setting-up.md (#6492)

* Remove `npm install` from steps
bubble
Adam Stachowicz 3 years ago
committed by GitHub
parent
commit
5fc43faef1
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 4 deletions
  1. +3
    -4
      docs/development/setting-up.md

+ 3
- 4
docs/development/setting-up.md View File

@@ -25,10 +25,9 @@ Unsupported Node.js LTS that should still work:

1. `git clone https://github.com/swagger-api/swagger-ui.git`
2. `cd swagger-ui`
3. `npm install`
4. `npm run dev`
5. Wait a bit
6. Open http://localhost:3200/
3. `npm run dev`
4. Wait a bit
5. Open http://localhost:3200/

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



Loading…
Cancel
Save