summaryrefslogtreecommitdiff
path: root/docs/README.md
blob: 050eefc3749baa4e4a7e91837952a5e6cbac765a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
This is the documentation deployed by GitHub Pages.

To build and serve locally, first install the necessary packages:
```sh
bundle install
```

Then serve:
```sh
bundle exec jekyll serve -H 127.0.0.1 --watch --incremental
```

The documentation should be reachable at <http://127.0.0.1:4000/FreshRSS/>.