- ruby >= 3
update the repositories/url section and add your local forest admin package.
example : /Users/johndoe/.../forest-rails
bundle install
cp .env.example .env
set your database connection (DB section) By default it's a postgres db
rails db:migrate && rails db:seed
rails server