Skip to content
This repository has been archived by the owner on Jan 23, 2018. It is now read-only.
/ redcarpet-preview Public archive

markdown をプレビュー表示するWebアプリ(シンタックスハイライトもする)

Notifications You must be signed in to change notification settings

ngyuki/redcarpet-preview

Repository files navigation

Install

$ git clone https://github.com/ngyuki/redcarpet-preview.git
$ cd redcarpet-preview
$ bundle install --deployment

Server start for development mode.

$ bundle exec rackup

Server start for production mode.

$ RACK_ENV=production bundle exec foreman start

Demo

Deploy to heroku

heroku create --stack cedar redcarpet-preview
heroku config:set RACK_ENV=production
git push heroku master

About

markdown をプレビュー表示するWebアプリ(シンタックスハイライトもする)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published