/website-1

The website at https://rubymonolith.com/

Primary LanguageRuby

RubyMonolith.com Server

The Rails application server for RubyMonolith.com.

Getting Started

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.

Contributions

To contribute to this repo, open a PR with your changes.