/eliscoruby

Ruby version of the great *eliscore* app using dry-web stack

Primary LanguageRuby

Eliscoruby

Welcome! You’ve generated an app using dry-web-roda.

First steps

  1. Run bundle
  2. Review config/settings.yml (and make a copy at config/settings.example.yml if you want to keep example settings checked in)
  3. Create a eliscoruby_development database
  4. Add your own steps to bin/setup
  5. Run the app with bundle exec shotgun -p 3000 -o 0.0.0.0 config.ru
  6. Initialize git with git init and make your initial commit