xvelopers is a project made to support the Dominican software development community
Here you can check how to do so. There's an issue when installing Node in Ubuntu, check it out how to solve it here
npm install npm -g
npm install -g bower
Before proceeding make sure you are in the project's root folder within the terminal
npm install
bower install
grunt build
You can run the build task with this. It will validate js files and create a build folder where it will copy all the css, js, images and html minified.
grunt watch
Watches any changes made to code files inside the src/ folder. If the watcher sees a change it starts the building procces