Requirements:
- Postgres 14+
- Ruby 3.2.2
- Python 3.11.3
Setup steps:
- Use asdf to manage tool versions using
asdf install
- Install Ruby dependencies using
bundle install
- Sigh, Python
pip3 install -r requirements.txt
- Set up the local database
bin/rails db:setup
- Start the Rails server
heroku local -f Procfile.dev