Skip to content

Commit 2c8462b

Browse files
authored
docs(setting-up): add missing npm install command (#9906)
1 parent d5708bd commit 2c8462b

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

docs/development/setting-up.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,10 @@ Swagger UI includes a development server that provides hot module reloading and
1111

1212
1. `git clone https://github.com/swagger-api/swagger-ui.git`
1313
2. `cd swagger-ui`
14-
3. `npm run dev`
15-
4. Wait a bit
16-
5. Open http://localhost:3200/
14+
3. `npm install`
15+
4. `npm run dev`
16+
5. Wait a bit
17+
6. Open http://localhost:3200/
1718

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

0 commit comments

Comments
 (0)