Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 456 Bytes

File metadata and controls

20 lines (13 loc) · 456 Bytes

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.