Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 921 Bytes

README.md

File metadata and controls

31 lines (20 loc) · 921 Bytes

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.

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