The Rails application server for RubyMonolith.com.
This repo is a Rails application. To get it started run:
$ git clone git@github.com:rubymonolith/server.git ./server
$ cd server
$ bundle
$ bin/dev
If all goes well you should open https:/localhost:5500 in your browser and see the website.
To contribute to this repo, open a PR with your changes.