A markdown editor.
Something you need for development.
If you don't have a node environment, get one.
-
Install grunt:
$ npm install grunt-cli -
Fork and clone the repo
-
Install requirements:
$ npm install -
Lint your code:
$ grunt jshint -
Build the code:
$ grunt transport
Now you will get a build directory in the repo, open build/index.html with your browser.