You can use Prose.io to review, edit and preview Markdown files. You can select a branch from with Prose to review a specific post.
Run jekyll serve
and browse to http://localhost:4000
For development you need to use Grunt and Bower
Note: the grunt-webfont
package can not be installed automatically. You need to install fontforge
first. See the [https://github.com/sapegin/grunt-webfont#installation](official installation instructions).
- Install bower.io with
npm install -g bower
- Install packages locally with
bower install
- If you need to fetch new versions, run
bower update
- Install node.js
- Install Grunt with
npm install -g grunt-cli
- Install project dependencies with
npm install
- Run Grunt with
grunt
Details to follow