- Ruby version 2.5.0 or higher, including all development headers (check your Ruby version using
ruby -v
) - RubyGems (check your Gems version using
gem -v
) - Jekyll & Bundler gems:
gem install jekyll bundler
Clone this repository and cd
into the root folder.
From the root directory, install the dependencies:
bundle install
Start Jekyll.
bundle exec jekyll serve
The site is now running at http://localhost:4000 in your browser.