Skip to content

hartnerx/Docs

 
 

Repository files navigation

ExpressLRS.org Website

License Chat Donate

ExpressLRS.org website source code

Need help? Confused? Join the Community!

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/.

Releases

No releases published

Packages

No packages published

Languages

  • HTML 84.7%
  • Python 8.5%
  • Makefile 3.9%
  • Dockerfile 2.9%