Project template to start a visual authoring project using Tricc
- Scratchpad: give the drawio shapes supported by Tricc
- L2: folder where the drawio files are stored
- L3: output for Tricc
- .github/workflows: CI that run tricc via github actions
- Fork this repository
- open https://draw.io and use github as storage
- tweak the github actions to setup the wished output strategy
- Create content
- push content on github
- see the result on the Actions
- Fork this repository
- open https://draw.io and use github as storage
- Run
pip install tricc_oo
ideally in a virtual env (pythom -m venv .venv
) - tweak the build.py actions to setup the wished output strategy
- Create content
- run build.py
- see the result on the L3 folder