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/
- Host: GitHub
- URL: https://github.com/rubymonolith/website
- Owner: rubymonolith
- Created: 2022-12-01T05:10:00.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-10-22T00:14:49.000Z (8 months ago)
- Last Synced: 2025-10-22T01:24:26.615Z (8 months ago)
- Language: Ruby
- Homepage: https://rubymonolith.com
- Size: 93.8 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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.