-
Make sure all the prerequisites are installed.
-
Fork learnertodriver repository, ie. https://github.com/siyanda/learnertodriver/fork
-
Clone your forked repository, ie.
git clone https://github.com/<your-username>/learnertodriver.git -
gem install bundler -
bundle install -
rails db:create -
rails db:migrate -
rails db:seed
bin/dev
Enjoy ❤️