An open API service indexing awesome lists of open source software.

https://github.com/rubymonolith/website

The website at https://rubymonolith.com/
https://github.com/rubymonolith/website

Last synced: 4 months ago
JSON representation

The website at https://rubymonolith.com/

Awesome Lists containing this project

README

          

# RubyMonolith.com Server

The Rails application server for [RubyMonolith.com](https://rubymonolith.com/).

## Getting Started

This repo is a Rails application. To get it started run:

```sh
$ 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.