Next you need to install jekyll
Follow the guide here: https://jekyllrb.com/docs/installation
Next, run bundle install
to install all ruby gems needed.
bundle install --path vendor/bundle
now you can build the site with this command
bundle exec jekyll serve