Contributing#
How to contribute#
This project is actively maintained by Aptosaurinae (dukes on Discord). You can find him at the
No Pressure EU server.
You can contribute by submitting issues in this repo or reaching out on Discord.
If you want to develop on top of this repo, please take a fork. Installation instructions both for users and developers are available in the Docs and Readme for this project.
Building the documentation#
If you are unable to access the online documentation, you can build the documentation locally.
First, install a development environment of discord-lfg, then deploy the documentation using
MkDocs:
Then you can view the documentation in a browser at http://localhost:8000/.
If you experience issues with accessing the documentation locally, you can overwride the port using
and then access at http://localhost:5000