Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 499 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 499 Bytes

Ucupaint Wiki

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:

  1. Get Python
  2. Enter the project folder
  3. Run pip install -r requirements.txt
  4. Run mkdocs build to build the docs
  5. You can find the docs in a newly created folder called "site"