This is a blogging platform for coders. It is a work in progress. Each user has a unique subdomain. Users can write posts in markdown. If you want to contriute setup the project locally and submit PR's.
clone the repository
cd dumblog
rails db:setup
rails s
It uses rails rails version 5.0.1 and ruby version 2.4.0
You can help by writing some tests. accespting PR's.