MarkHope is a markdown hosting service. It's a simple way to host your markdown files on the web. This is a no-code application.
-
Ruby version:
2.7 -
Configuration:
bundle install -
Database creation:
rails db:migrate -
Database initialization:
rails db:seed -
Deployment instructions:
rails s