Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 195 Bytes

INSTALL.md

File metadata and controls

13 lines (11 loc) · 195 Bytes

To get started, you will need to set up your environment

Setup

OSX

# install npm
$ brew install npm
# Install Grunt
$ npm install -g grunt-cli
# install dependencies
$ npm install