https://github.com/brocaar/chirpstack-docs
ChirpStack project documentation
https://github.com/brocaar/chirpstack-docs
Last synced: about 1 year ago
JSON representation
ChirpStack project documentation
- Host: GitHub
- URL: https://github.com/brocaar/chirpstack-docs
- Owner: brocaar
- Created: 2017-05-08T13:59:12.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2023-07-17T09:03:12.000Z (almost 3 years ago)
- Last Synced: 2025-04-10T14:41:14.997Z (about 1 year ago)
- Language: HTML
- Homepage: https://www.chirpstack.io
- Size: 7.33 MB
- Stars: 26
- Watchers: 5
- Forks: 28
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ChirpStack documentation
This repository contains the global [chirpstack.io](https://www.chirpstack.io) documentation.
## Requirements
The docs are generated using [MkDocs](https://www.mkdocs.org/), which is a
Python based documentation generator. Make sure you have Python and pip installed
first. To install the MkDocs requirements:
```bash
pip install -r requirements.txt
```
## Test server
The following command starts a server for testing the documentation:
```bash
mkdocs serve -a 0.0.0.0:9090
```