An open API service indexing awesome lists of open source software.

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

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
```