https://github.com/openrfsense/openrfsense.github.io
Website and documentation for the OpenRFSense project
https://github.com/openrfsense/openrfsense.github.io
documentation jekyll
Last synced: 11 months ago
JSON representation
Website and documentation for the OpenRFSense project
- Host: GitHub
- URL: https://github.com/openrfsense/openrfsense.github.io
- Owner: openrfsense
- License: mit
- Created: 2022-11-05T11:12:59.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-02-08T19:06:29.000Z (over 3 years ago)
- Last Synced: 2025-02-11T20:57:10.070Z (over 1 year ago)
- Topics: documentation, jekyll
- Language: HTML
- Homepage: https://openrfsense.github.io/
- Size: 67.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# docs
Website and documentation for the OpenRFSense project.
### Running
You can either run Jekyll in Docker with
```shell
$ docker compose up
```
or run it locally (not recommended) with
```shell
$ bundle install && jekyll serve
```