Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 453 Bytes

README.md

File metadata and controls

20 lines (11 loc) · 453 Bytes

MarkdownBIN

Markdownbin is a Ruby on rails app that works like pastebin , also it has markdown support.

You can see the live demo version here.

screenshot

Contributing

To run the app you need rails 5.1.4 . If you want to contribute clone the repository and

cd markdownbin
rails db:setup
rails s