From c93de87d36f5b4285b1f2f72d15a21abf6dbbde1 Mon Sep 17 00:00:00 2001 From: Tim Schaub Date: Thu, 28 Jan 2016 13:59:29 -0700 Subject: [PATCH] Document use without a global gulp install --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a3aba535..7b288182 100644 --- a/README.md +++ b/README.md @@ -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