Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 371 Bytes

readme.md

File metadata and controls

25 lines (17 loc) · 371 Bytes

ignore all that below– just edit gh-pages branch like its regular old html.

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