Click here to read Ucupaint wiki.
The docs are built and deployed automatically using GitHub actions. However if you want to contribute and test changes locally, you can build the docs manually as such:
- Get Python
- Enter the project folder
- Run
pip install -r requirements.txt
- Run
mkdocs build
to build the docs - You can find the docs in a newly created folder called "site"