https://github.com/expresslrs/docs
https://github.com/expresslrs/docs
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/expresslrs/docs
- Owner: ExpressLRS
- License: gpl-3.0
- Created: 2021-05-07T14:05:21.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2025-02-19T04:12:13.000Z (over 1 year ago)
- Last Synced: 2025-02-23T11:01:58.417Z (over 1 year ago)
- Language: HTML
- Homepage: https://www.expresslrs.org/
- Size: 330 MB
- Stars: 46
- Watchers: 5
- Forks: 99
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

[](https://github.com/ExpressLRS/Docs/blob/master/LICENSE)
[](https://discord.gg/expresslrs)
[](https://github.com/ExpressLRS/Docs/actions)
# ExpressLRS.org Documentation Repository
Developed and maintained by **ExpressLRS LLC** and its passionate open source community, working together to advance reliable, high-performance radio control technology.
## Community
We have both a [Discord Server](https://discord.gg/expresslrs) and [Facebook Group](https://www.facebook.com/groups/636441730280366), which have great support for new users and constant ongoing development discussion
## Support ExpressLRS
You can support ExpressLRS by contributing code, testing new features, sharing your ideas, or helping others get started. We are exceptionally grateful for those who donate their time to our passion.
If you don't have time to lend a hand in that way but still want to have an impact, consider donating. Donations are used for infrastructure costs and to buy test equipment needed to further the project and make it securely accessible. ExpressLRS accepts donations through Open Collective, which provides recognition of donors and transparency on how that support is utilized.
[](https://opencollective.com/expresslrs)
## Installation
You need to have [docker](https://docs.docker.com/engine/install/)
and [docker-compose](https://docs.docker.com/compose/install/) installed in your environment.
If you edit the docs in vscode when you open the top level directory it will ask if you wish to `Reopen in Container` click that button and vscode will automatically run `docker compose up` which will then start serving the documentation as below, otherwise you can do it manually as below.
Then you need to build your container:
```
docker compose build
```
and start mkdocs server:
```
docker compose up
```
After server is running visit [http://localhost:8000/](http://localhost:8000/).
