git clone git@github.com:brotherclone/peter-koper
cd peter-koper
ruby -v
The ouput should start with something like ruby 2.7.2
If not, install the right ruby version using rvm (it could take a while):
rvm install 2.7.2
bundle && yarn
Install Git Flow
brew install git-flow
Use Main/Develop/Feature Braching.
Using Dot Env Rails:
rails db:create db:migrate db:seed
rails s
Push to Heroku staging remote:
git push develop