- Install RVM (ruby version manager)
curl -sSL https://get.rvm.io | bash -s stable- Install Ruby
rvm install 3.3.4 --with-openssl-dir=`brew --prefix openssl@3` --default- Install Bundler
gem install bundler- Install dependencies
bundle install- Install Yarn
npm install yarn- Install js dependencies
yarn install- Install js dependencies
yarn add postcss-cli --dev- Run the app
bin/dev