Install dependencies:
- Download and install Ruby Gems, either from https://rubygems.org/pages/download, or from your system's package manager (e.g.
ruby-fullon Ubuntu andrubygemson Arch) - Install jekyll with
gem install bundler jekyll - Install project dependencies with
bundle install(from the project directory)
Run the site:
$ bundle exec jekyll serve