Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 257 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 257 Bytes

Setup

  • git clone repo
  • npm install (node 0.12 or greater)
  • bower install (node 0.12 or greater)

To Dev

  • npm start (to run the Sass compiler. It will re-run every time you save a Sass file.)

To Build

  • npm run build (makes css folder)