Running the website locally:
-
Git
checkout
orpull
the latest code -
Install node, if you don't have it (e.g. brew install npm)
-
Run
npm install
in the directory you pulled the code to -
Run 'npm install connect' and 'npm install serve-static'
-
Install grunt, if you don't have it (npm install -g grunt-cli)
-
Run
grunt
-
Start the server with
node server
-
Browse to localhost:8080/index.html
You can also also just drag index.html to you browser, but the Typekit fonts will not work in this case.