The online dingus for the Rouge project.
This repo is designed for deployment to Fly.io. Follow the instruction on the official website to setup the CLI and launch the application.
We support developing both locally and via Docker container.
Install all required dependencies
bundle install
Run all specs
bundle exec rake test
Run the application
bundle exec rackup
Build a development image
make build-dev
Run the image and enter the shell
make shell
Build an application image
make build
Run the application
make run
If you've noticed a problem or would like to propose a change, we're always happy to receive contributions.
Everyone interacting in Rouge and its sub-projects' code bases is expected to follow the Rouge Code of Conduct.
- The online dingus was originally created by Edward Loveall (@edwardloveall).
- It was rewritten as a Sinatra app by Michael Camilleri (@pyrmont).
- It is currently maintained by Tan Le (@tancnle).
Except as otherwise noted, the online dingus is released under the MIT license.
Please see the LICENSE
file for more information.