This checklist and mini-tutorial will make sure you make the most of your shiny new Bison app.
- Run
yarn db:migrate
to prep and migrate your local database. If this fails, make sure you have Postgres running and the generatedDATABASE_URL
values are correct in your.env
files.