aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs/README.md
blob: edfbdfff4b9c4407e7f649818c7dd5750569ccb1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Prerequisites
```bash
sudo apt install ruby bundler
bundle install --path vendor/bundle
```

# Serving locally
```bash
bundle exec jekyll serve
```

# Theme documentation
We are using the [just the docs](https://pmarsceill.github.io/just-the-docs/)
theme.