1# Readme 2 3Use the following instructions to make documentation changes locally. 4 5## Prerequisites 6```bash 7$ sudo apt install ruby bundler 8$ bundle config set path 'vendor/bundle' 9$ bundle install 10``` 11 12## Serving locally 13```bash 14$ bundle exec jekyll serve 15``` 16 17## Theme documentation 18We are using the [just the docs](https://pmarsceill.github.io/just-the-docs/) 19theme. 20