Following the prereq of portals.
Install Ruby dependencies
bundle install
cp .env.development.example .env.development
source .env.development
docker compose up -d
This 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:load
Otherwise run the command below instead
bin/rails db:migrate
rbenv shell 3.1.2
bin/dev
Then open http://localhost:3000
Prior to merging your branch ensure that it runs bundle exec rubocop
clean