Skip to content
This repository has been archived by the owner on Jun 7, 2023. It is now read-only.

Latest commit

 

History

History
10 lines (7 loc) · 314 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 314 Bytes

Setup

  1. docker-compose up -d
  2. Server is running at http://localhost:9292

All dependencies are installed durring docker up.

Modify seed.rb for default users/tracks/flags

To get a useful console: docker-compose run server bash -c "bundle install --path vendor/bundle && bundle exec ruby console.rb"