CONTRIBUTING.md

July 15, 2022 ยท View on GitHub

Hi there! Please read the CONTRIBUTING.md guide for all matrix.org bridge projects.

Slack Guidelines

Building the documentation

You can build a rendered version of the help documentation by using mkdocs.

This requires you to have python3 and pip installed.

# For Debian-based platforms
$ apt install python3 python3-pip
$ pip3 install -r docs/requirements.txt
mkdocs serve