Skip to content

Latest commit

 

History

History
33 lines (26 loc) · 525 Bytes

README.md

File metadata and controls

33 lines (26 loc) · 525 Bytes

Setup

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

Starting app

rails server

if everything went ok you should be able to navigate to

localhost:3000

and see RoR default welcome page