The site is based on Google AppEngine, so you'll need the SDK and launcher.
Once you have that, you'll need to:
- Install node.js.
- Install npm and sass.
- Run
npm install
. - Run
grunt dev
during work andgrunt
to do a full build. (You can also dogrunt full
if you want to have images optimized via ImageOptim.)
Please see the LICENSE file.