- Clone this repo
- Install Ruby
In windows you must open Start command prompt with Ruby
-
Install Rubygems
-
Fetch and update bundled gems by running the following Bundler command in this cloned repo:
bundle
-
Launch the website using
bundle exec jekyll serve
Which will make it available at http://localhost:4000, where changes saved locally will take effect and you can tinker with the website.