-
Notifications
You must be signed in to change notification settings - Fork 222
Building
Amit Patel edited this page May 1, 2017
·
7 revisions
To test locally, edit the html/js files and then either:
- Run a local webserver (
python -m SimpleHTTPServer 80
for python2, orpython -m http.server 80
for python3) and visit http://localhost:80/ - or visit the file using a file:/// URL
- Node.js version 0.10.0 or newer
- Install jspm, eslint, gulp globally
Run this once
npm install -g jspm
npm install -g gulp
Run this once per repository/branch
npm install
jspm install
Run this to copy the current directory to gh-pages
gulp copy
gulp deploy