Skip to content

smithandrobot/sr_site

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

S&R Website

Install

  1. Install node.js
  2. Clone the repo git clone [email protected]: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