#Crafty.js Homepage
This repo contains the content and infrastructure for craftyjs.com
Building the website requires that npm and grunt be installed globally. Then run npm install
to download the necessary packages.
grunt assemble
will build the website, drawing content from thesource
subdirectorygrunt connect
will allow you to preview the website locally