A means to learn Ruby on Rails
- Install Docker (more OS specific instructions necessary)
- Enter the development environment with
./docker/run.sh
from the repo directory - Within the Docker environment run
bundle exec rails serve
- Navigate to http://localhost:3000