git clone git@github.com:sgraton/freelancer.git
cd freelancerruby -vThe ouput should start with something like ruby 2.6.3
If not, install the right ruby version using rbenv (it could take a while):
rbenv install 2.6.3bundle && yarnrails db:create db:migrate db:seed