Skip to content

ExpressLRS/Docs

Repository files navigation

Banner

License Chat Build Status

ExpressLRS.org Documentation Repository

Community

We have both a Discord Server and Facebook Group, 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.

Open Collective backers

Installation

You need to have docker and docker-compose 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/.