git clone [email protected]:juliendargelos/project.git
cd project
ruby -v
The ouput should start with something like ruby 2.5.1
If not, install the right ruby version using rbenv (it could take a while):
rbenv install 2.5.1
bundle && yarn
middleman
middleman build
middleman deploy