The app requires at least Ruby 3.0.3, consider using RVM.
- Clone the repository.
- Run
bundle install
. - Setup the database running
rails db:create
. You will need PostgreSQL installed on your machine. - Prepare the environment variables
cp .env.example .env