Installing locally
Follow the instructions on https://jekyllrb.com/docs/installation/
Also install bundler by running gem install bundler
Install dependencies
Go to the root of the project and run bundle install
Starting the server
Run bundle exec jekyll serve
You should see a link in the output, click on this to open the website in your local browser. Should be something like http://127.0.0.1:4000