Ucupaint Wiki
July 9, 2022 ยท View on GitHub
Click here to read Ucupaint wiki.
Build guide
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 buildto build the docs - You can find the docs in a newly created folder called "site"