docker compose build
docker compose run --rm app bin/setup
docker compose run --rm app bin/rails db:seed
docker compose up
This project uses the overcommit gem. Run this command before committing. To pull request code with no warnings, execute this step.
bundle install
overcommit --install