An online system to help pen and paper role play gamers.
cp .env.example .env
gem install bundler
make install
make redis
make server
and see if everything works by visiting http://localhost:9393make install
: Installs dependencies.make console
: Opens a IRB console.make secret
: Prints a secure random secret.make seed
: Runs the seeds file.make server
: Starts the web server.make smtp
: Fakes a SMTP server and prints emails to stdout.make style
: Watch the SCSS stylesheets for changes.make redis
: Boot up redis with the configuration filemake test
: Runs the test suite.make workers
: Runs ost workers from workers/ directory.This software is released under GNU GPL v3.0