- Ruby 3.2.1
- Bundler 2.4.5
- PostgreSQL
- Node.js
- Yarn
git clone git@github.com:AronnaxSpace/tasks.git
- Install direnv
- Create an
.envrc
file and set the following variables:TASKS_DATABASE_USERNAME
,TASKS_DATABASE_PASSWORD
bundle && yarn
rails db:setup
foreman s -f Procfile.dev