Click here to view the current version of this site.
This site is built with Jekyll. To run locally, you will need gem and ruby's bundle installed and available on your path. Skip to the Prerequisites section below for information on installing those.
- Clone this repository
cdinto the root and then "docs" directory of this project.- Install gem dependencies with
bundle install - Run the server locally, recompiling files as needed, with
bundle exec jekyll serve --watch --baseurl= - Open http://localhost:4000/ in your browser to view the site.
It is advisable to avoid using the OS install of Ruby that comes bundled with MacOS, Ubuntu, and others. Instead we'd suggest using a Ruby virtual environment like rbenv. Installation instructions can be found here.
To verify your ruby version:
> ruby -v
ruby 2.5.5p157 (2019-03-15 revision 67260) [x86_64-linux-gnu]
You should have at least ruby 2.1.0.
To install bundler, use:
> gem install bundler
Find us on our slack #general channel if we can be of assistance getting you set up.