This project uses bower for package management and gruntjs for run tasks.
-
Run a server:
grunt server
-
Compile SASS to CSS:
grunt buildCSS
-
NodeJS
-
Node Packaged Manager (NPM)
-
RubyGems (http://rubygems.org/)
For windows users: http://rubyinstaller.org/
For Linux users: https://github.com/joshfng/railsready
For OS X, Ruby is already installed by default
-
Compass (http://thesassway.com/)
For windows user: Open your terminal and type:
gem install compass
For OS X and Linux users: Open your terminal and type:
sudo gem install compass
-
Bower To install bower (https://github.com/bower/bower):
npm install -g bower
To install project packages:
bower install
-
GruntJS
To install grunt-cli (http://gruntjs.com/getting-started):
npm install -g grunt-cli