diff --git a/docs/README.md b/docs/README.md index 40f6fe1e2ce..e2a35e5585e 100644 --- a/docs/README.md +++ b/docs/README.md @@ -10,26 +10,6 @@ generator built by [Pete Bacon Darwin](https://github.com/petebacondarwin). To view the Live Docs (locally): 1. Install the dependencies using `npm install` -2. Install the dependencies using `bower install` -3. Build the docs using `gulp docs` -4. Run `gulp watch` to auto-rebuild docs (optional) -5. Start an HTTP Server; the example below uses port 8080 -6. Open browser at `http://localhost:8080` - -```bash -# Build & deploy docs to `dist/docs` -gulp docs - -# Watch source dirs for changes and rebuild -gulp watch - -# Use the built-in gulp server with live reload -gulp server - -# Alternatively, install httpster globally; if not already installed -npm install -g httpster - -# And then launch the webserver -# NOTE: unlike `gulp server` this will not auto-reload the HTML -httpster -p 8080 -d ./dist/docs -``` +1. Build the docs using `gulp docs` +1. Run `gulp watch site --dev` to serve and live reload the docs +1. Open [http://localhost:8080](http://localhost:8080)