Skip to content

hharen/mltc_learning_app

Repository files navigation

README

Learning App for Moms Learn to Code, find it at https://learn.momslearntocode.com.

Rails Style Guide

Install

Clone the repository

git clone git@github.com:hhar/mltc_learning_app.git
cd mltc_learning_app

Check your Ruby version

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

Install dependencies

Using Bundler and Yarn:

bundle && yarn

Initialize the database

rails db:create db:migrate db:seed

Serve

rails s

Deploy

Fly

  • log into console bin/rails c -e production