Quick and dirty implementation of an online Kramdown editor.
If you have bundler installed, just run:
bundle installTo run the tests, run the default rake task:
rakeTo run the app locally, just execute:
foreman startTo deploy to Heroku, first create an app:
heroku create --stack cedar <app name>Then push the code:
git push heroku masterAnd the app will be ready to go!
- Code:
git clone git://github.com/unindented/online-kramdown-sinatra.git - Home: https://github.com/unindented/online-kramdown-sinatra/
Daniel Perez Alvarez (unindented@gmail.com)
Copyright (c) 2014 Daniel Perez Alvarez (unindented.org). This is free software, and may be redistributed under the terms specified in the LICENSE file.