Local setup just uses sqlite, no need to get fancy with mysql or postgres.
bundle install
You'll need a .env
file to stick secrets in.
Just do this for now.
cp .sample.env .env
This will create the database and some initial data:
bin/rails db:setup
bin/rails s