Learning App for Moms Learn to Code, find it at https://learn.momslearntocode.com.
git clone [email protected]:hhar/mltc_learning_app.git
cd mltc_learning_app
ruby -v
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.2
bundle && yarn
rails db:create db:migrate db:seed
rails s
- log into console
bin/rails c -e production