- Install node.js
- Clone the repo
git clone [email protected]:smithandrobot/sr_site.git
- Install dependencies with
npm install
- Install grunt globally with
npm install -g grunt-cli
- Install imagemagick
brew install imagemagick
Run fab run
to build, run and watch locally. Runs at http://localhost:9778 by default
Run fab deploy
to deploy to Github Page