Skip to content

Latest commit

 

History

History
61 lines (37 loc) · 1.26 KB

README.md

File metadata and controls

61 lines (37 loc) · 1.26 KB

README

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

Rails Style Guide

Install

Clone the repository

git clone [email protected]: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