We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
npm install
1 parent d5708bd commit 2c8462bCopy full SHA for 2c8462b
docs/development/setting-up.md
@@ -11,9 +11,10 @@ Swagger UI includes a development server that provides hot module reloading and
11
12
1. `git clone https://github.com/swagger-api/swagger-ui.git`
13
2. `cd swagger-ui`
14
-3. `npm run dev`
15
-4. Wait a bit
16
-5. Open http://localhost:3200/
+3. `npm install`
+4. `npm run dev`
+5. Wait a bit
17
+6. Open http://localhost:3200/
18
19
### Using your own local api definition with local dev build
20
0 commit comments