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
andnpm 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:5000
You can also also just drag index.html to you browser, but the Typekit fonts will not work in this case.