Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 447 Bytes

File metadata and controls

14 lines (11 loc) · 447 Bytes

S&R Website

Install

  1. Install node.js
  2. Clone the repo git clone git@github.com:smithandrobot/sr_site.git
  3. Install dependencies with npm install
  4. Install grunt globally with npm install -g grunt-cli
  5. Install imagemagick brew install imagemagick

Run

Run fab run to build, run and watch locally. Runs at http://localhost:9778 by default

Deploy

Run fab deploy to deploy to Github Page