These steps are necessary to get the application up and running..
A list of useful rules curated from PR reviews is complied into the following doc.
cp config/database.example.yml config/database.yml
cp .env.example .env
bundle install
bundle exec rails db:create
bundle exec rails db:migrate
bundle exec rails server