To install the Python 3 dependencies, run:
brew install poetry
poetry installTo generate the hoodie templates, run:
poetry run python scripts/render_hoodies.py templatesTo generate just one template, run:
poetry run python scripts/render_hoodies.py templates/name.jsonFor the SVG generation to work, you need to install Inkscape, and install all the fonts in /fonts/.
To re-generate all the logos (if the master logo was modified), run:
rm -rf logos
poetry run python scripts/process.py
poetry run python scripts/convert.py