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