An interactive community for collaboration. Made during iHack2k15.
Install nodejs from here
Clone Crew.IO
git clone https://github.com/malithsen/iHack.git
Navigate to the cloned directory and install all the dependencies with
npm install
Install grunt-cli
npm install -g grunt-cli
Start the app
grunt
Use grunt --force if jshint throws out errors (for the moment)