Updating README

This commit is contained in:
Jeff Avallone 2016-10-15 17:46:37 -04:00
parent a44dadd28d
commit bfda16f401
1 changed files with 3 additions and 5 deletions

View File

@ -16,9 +16,9 @@ To start with, install the necessary dependencies:
$ npm install
There are several gulp tasks available to build various parts of the site, but to get started you only need:
To start a development server, run:
$ gulp
$ npm start
This will build the site into the ./build directory, start a local start on port 8080, and begin watching the source files for modifications. The site will automatically be rebuilt when files are changed. Also, if you browser has the LiveReload extension, then the page will be reloaded.
@ -26,9 +26,7 @@ These other gulp tasks are available:
$ gulp docs # Build documentation into the ./docs directory
$ gulp build # Build the site into the ./build directory
$ gulp verify # Run JSCS lint and Karma tests
$ gulp verify:watch # Run JSCS lint and Karma tests when files change
$ gulp lint:fix # Automatically fix some lint errors
$ npm test # Run JSCS lint and Karma tests
## License