Document use without a global gulp install

This commit is contained in:
Tim Schaub
2016-01-28 13:59:29 -07:00
parent 7a5f6b2c59
commit c93de87d36

View File

@@ -41,11 +41,11 @@ Swagger UI works in all evergreen desktop browsers (Chrome, Safari, Firefox). In
You can rebuild swagger-ui on your own to tweak it or just so you can say you did. To do so, follow these steps:
1. `npm install`
2. `gulp`
2. `npm run build`
3. You should see the distribution under the dist folder. Open [`./dist/index.html`](./dist/index.html) to launch Swagger UI in a browser
### Development
Use `gulp watch` to make a new build and watch for changes in files.
Use `npm run serve` to make a new build, watch for changes, and serve the result at http://localhost:8080/.
### Build using Docker