$ gem install compass
we use yeoman to generate this app
$ npm install -g yo grunt-cli bower
$ npm install -g generator-angular
$ git clone https://github.com/ajm-web/conchas-client-browser.git
$ git checkout develop
$ cd conchas-client-browser
$ bower install
$ npm install
$ grunt test
$ grunt server