ucupumar / ucupaint-wiki

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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"

About