In order to preview the pages of this guide on your local machine you can follow the steps below:
gem install github-pages
gem install bundler
bundle exec jekyll build
bundle exec jekyll serve
The page now runs at http://127.0.0.1:4000
or http://localhost:4000
.
Note: If you face any problems setting your local env please read the guide here.