From 5fc43faef14965c349f733172e584f7348e53d35 Mon Sep 17 00:00:00 2001 From: Adam Stachowicz Date: Thu, 15 Oct 2020 02:51:48 +0000 Subject: [PATCH] docs: update setting-up.md (#6492) * Remove `npm install` from steps --- docs/development/setting-up.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/docs/development/setting-up.md b/docs/development/setting-up.md index d34cf36e..4f22208f 100644 --- a/docs/development/setting-up.md +++ b/docs/development/setting-up.md @@ -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