We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
To test locally, edit the html/js files and then either:
python -m SimpleHTTPServer 80
python -m http.server 80
http://localhost:80/
file:///
For now, gh-pages is updated automatically from the main branch. However, if we need to introduce a build step, this is what we were doing before:
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