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 installRun all specs
bundle exec rake testRun the application
bundle exec rackupBuild a development image
make build-devRun the image and enter the shell
make shellBuild an application image
make buildRun the application
make runIf 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.