This repo contains the official documentation for the app Mixing Station.
The latest version can be found here
Fork the repo and create a pull request. Feel free to contribute new guides, typo fixes, mostly anything.
To render the docs locally in your browser you need:
- Python 3
- pip
-
Install dependencies
pip install -r requirements.txt
-
Now you can start the mkdocs server
mkdocs serve