BAME
Install
Ruby version
ruby 3.0.2
The ouput should start with something like ruby 3.0.2
If not, install the right ruby version using rbenv (it could take a while):
rbenv install 3.0.2Install dependencies
bundle && yarnInitialize the database
rails db:create db:migrate db:seedServer
rails s