You can follow this guide for the full instructions. Below is an abbreviated version.
- Run
gem install bundler
. You may need to prefix this withsudo
. - Install all the dependencies (including Jekyll) with
bundle install
. - Run the site locally with
bundle exec jekyll serve
.
You should see the site running at http://127.0.0.1:4000. It'll pick up changes as you make them; just refresh the browser to see any updates you make.