To prep your repo, all you need to do is run our setup
script.
As of Feb 2015, this repo doesn't work with Node v0.12.0. You'll want to use Node v0.10.16.
npm run setup
After that, development should be easy! Use our dev
task to get everything up and running:
npm run dev
Then visit http://localhost:8000.
Working on the docs is just as easy as working on the website. Run the dev
task as mentioned above but make sure you also compile the docs:
npm run dev
npm run compile-docs
You'll need to rerun this command after template changes.
Follow these steps.