Skip to content

Latest commit

 

History

History
executable file
·
41 lines (27 loc) · 793 Bytes

File metadata and controls

executable file
·
41 lines (27 loc) · 793 Bytes


New Codestar Logo Media Repo

Installing

To install the Python 3 dependencies, run:

brew install poetry
poetry install

Generating hoodie visuals

To generate the hoodie templates, run:

poetry run python scripts/render_hoodies.py templates

To generate just one template, run:

poetry run python scripts/render_hoodies.py templates/name.json

For the SVG generation to work, you need to install Inkscape, and install all the fonts in /fonts/.

Regenerating resources

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