asdf local ruby 3.3.0
asdf local nodejs 21.4.0
npm install --global yarn
yarn install
bundle install
If you are one of that rich kids with a new fancy MacBook Pro M1 and have a problem with installing nodeJS, please try to type
arch -x86_64 zsh
asdf local ruby 3.3.0
asdf local nodejs 21.4.0
npm install --global yarn
yarn install
bundle install
rails server
if everything went ok you should be able to navigate to
localhost:3000
and see RoR default welcome page