Install ruby and jekyll: https://jekyllrb.com/docs/installation/#guides To serve locally: Install dependencies: bundle install Install webrick: bundle add webrick Serve locally: bundle exec jekyll serve --livereload