This workshop is a Jekyll site.
It is hosted using Github Pages, so the content is in the gh-pages
branch, not master
.
To build the workshop locally:
- Install ruby (v2) if you don’t already have it
- Install bundler:
gem install bundler
cd
to workshop directory- make sure you are in the
gh-pages
branch - Install dependencies:
bundle install
- Run Jekyll:
jekyll serve -L