This repo serves as the main repo for our Rails Projects.
Ruby 2.7.2
Rails 6.0.3.4
NodeJS 12.18.3
Yarn 1.22.4
Then, clone your forked repo to your machine
$ git clone git@github.com:<username>/rails-base-project.git <name of your app>
$ cd <name of your app>
$ bundle install
$ rake db:setup
$ rails server
$ rspec
$ rubocop