Learning App for Moms Learn to Code, find it at https://learn.momslearntocode.com.
git clone git@github.com:hhar/mltc_learning_app.git
cd mltc_learning_appruby -vThe 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.2bundle && yarnrails db:create db:migrate db:seedrails s- log into console
bin/rails c -e production