Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 595 Bytes

CONTRIBUTING.md

File metadata and controls

19 lines (13 loc) · 595 Bytes

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