Explorar el Código

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

* Remove `npm install` from steps
bubble
Adam Stachowicz hace 3 años
committed by GitHub
padre
commit
5fc43faef1
No se encontró ninguna clave conocida en la base de datos para esta firma ID de clave GPG: 4AEE18F83AFDEB23
Se han modificado 1 ficheros con 3 adiciones y 4 borrados
  1. +3
    -4
      docs/development/setting-up.md

+ 3
- 4
docs/development/setting-up.md Ver fichero

@@ -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



Cargando…
Cancelar
Guardar