Following the prereq of portals.
Install Ruby dependencies
bundle installcp .env.development.example .env.development
source .env.developmentdocker compose up -dThis will create appropriate Docker volumes, container(s), and create the template PostgreSQL database.
This should only be used for a fresh database
bin/rails db:schema:loadOtherwise run the command below instead
bin/rails db:migraterbenv shell 3.1.2
bin/devThen open http://localhost:3000
Prior to merging your branch ensure that it runs bundle exec rubocop clean