Simple blog built with Ember.js. Live demo. Backend repository available here.
- markdown support
- live preview
Assuming you have node installed.
Install the Grunt command-line tool globally (you might have to use sudo depending how you installed node.js)
npm install -g grunt-cli
...then
npm install
grunt server
grunt