Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 540 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 540 Bytes

Setup

Run npm install -g gulp to install tools.

Then run the following command to start the server and the watcher (livereload included):

$ (cd build/ && python -m SimpleHTTPServer) & gulp watch &

Pages

If not running locally, we can deploy to:

Todo

  • For some reason, task dependencies are not saved
  • npm search doesn't work right now