/online-kramdown-sinatra

Online Kramdown editor.

Primary LanguageJavaScriptMIT LicenseMIT

Online Kramdown Editor Build Status Dependency Status

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

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.