Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 458 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 458 Bytes

Testing documentation

First install bundler for ruby:

gem install bundler

Then, from inside the docs/ directory, install jekyll adapted to github:

bundle install --path vendor/bundle --binstubs --gemfile=$PWD/Gemfile

You can then test your changes with:

bin/jekyll serve --baseurl ''

Note that nodejs may need to be installed on your system to run jekyll.