• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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 install --path vendor/bundle
9```
10
11## Serving locally
12```bash
13$ bundle exec jekyll serve
14```
15
16## Theme documentation
17We are using the [just the docs](https://pmarsceill.github.io/just-the-docs/)
18theme.
19