This project is built with Jekyll 2.4.0 - a static site generator. It also uses Grunt.js - a JavaScript task runner and Bower for package management.
On Mac:
Note: You may need to install Ruby, Ruby Gems, NodeJS & Git. There are detailed instructions on the Jekyll website.
gem install jekyll
git clone [email protected]:liquidvisual/swc-0914.git
cd swc-0914
npm install
bower install
grunt serve
# => Now browse to http://localhost:9292
For distribution:
grunt build # => to concat and minify etc
For Windows check this link.