electricbookworks / online-kramdown

Online kramdown editor

Home Page:http://kramdown.electricbook.works/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Online Kramdown Editor

A version of @unindented's Kramdown editor that runs on Windows, supports MathJax, and uses CodeMirror for its editor.

Local usage and development

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

Deployment

Digital Ocean

This app is currently deployed by Digital Ocean on the Apps platform. DO Apps watches this repo, and deploys the master branch automatically.

Heroku

This app was originally designed to deploy 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.

Credits

Thanks to Daniel Perez Alvarez (unindented@gmail.com) for the original project.

About

Online kramdown editor

http://kramdown.electricbook.works/

License:MIT License


Languages

Language:JavaScript 99.0%Language:CSS 0.5%Language:HTML 0.3%Language:Ruby 0.2%Language:Procfile 0.0%