Our public website. Want to help, just fork master, make your additions and send a pull request.
The Website Issues List contains tasks you can help with. If you see something that's needed but not on the list, please create a new issue so we can discuss.
npm install
. NPM will install all the build dependancies listed in package.json.bower install
to install our site dependancies listed in bower.json.gulp watch
which will spin up a live reload server and open a browser tab so you can see your edits live.gulp
to run the full build task and update the dist folder. (dist is what we actually load on the server.)