chore(README): add webdriver setup instrocutions

Closes #964
This commit is contained in:
Seb Martel
2014-03-29 11:46:06 -07:00
committed by Andy Joslin
parent 54b008da00
commit 9bcf541c3a

View File

@@ -87,6 +87,7 @@ For most cases, you'll need AngularJS as well. This is bundled in `js/angular/`
## Development
* `npm install && npm install -g gulp protractor` to setup
* (if you wish to run end-to-end tests): `webdriver-manager update --chrome` to install the webdriver.
* `gulp` or `gulp build` to build
* `gulp docs` to generate docs (read Documentation below for how to test docs locally).
* `gulp build --release` to build with minification & strip debugs