Full documentation can be viewed online.
-
All contributors must abide by the Mozilla Code of Conduct.
-
The main repository is hosted on GitHub. Pull requests should be submitted against the
main
branch. -
Bugs are tracked on Bugzilla, under the
Conduit :: mots
component.
To set up a local development environment, run the following commands. Optionally replace the python version with the desired version on your local machine.
make dev-env PY=python3.9
make dev
The above commands will set up a virtual environment using the provided Python version available on your machine, and subsequently install all required packages in that environment, which can be found in the .mots-env
directory.