See jekyll installation documentation.
Please don’t forget to add Ruby, bundle, and jekyll in your PATH
.
bundle install
You can serve the website locally by using
jekyll serve
This is very useful for development because the local server will monitor the modification of source code and it will regenerate the site on-the-fly if any modification is made.