To start development:
# clone the repo
git clone https://github.com/fcflamingo/markmml
# install node dependencies
npm install
# install frontend js dependencies with bower
bower install
# start the dev server
grunt server
To deploy:
grunt build
grunt buildcontrol