Install Taskfile
brew install go-task
Install Heroku CLI
brew tap heroku/brew && brew install heroku
http://localhost:5444/ (test@test.com / pass)
Run the following command to add a heroku git remote. This should only be used for testing purposes
heroku git:remote -a <app_name>
heroku pg:credentials:url DATABASE
Run the following commands locally to configure necessary secrets
heroku config:set PUSHOVER_TOKEN="" -a <app_name>
heroku config:set JWT_SIGNING_SECRET="" -a <app_name>
heroku run -a <app_name> <cmd>