https://github.com/code-star/new-codestar-media
https://github.com/code-star/new-codestar-media
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/code-star/new-codestar-media
- Owner: code-star
- Created: 2024-04-12T12:05:29.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-11-26T09:10:31.000Z (6 months ago)
- Last Synced: 2025-01-18T11:19:01.786Z (4 months ago)
- Language: Python
- Homepage: https://code-star.github.io/new-codestar-media/
- Size: 3.18 MB
- Stars: 0
- Watchers: 6
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

---
# New Codestar Logo Media Repo
## Installing
To install the Python 3 dependencies, run:
```sh
pip install -r scripts/requirements.txt
```## Regenerating
To re-generate all the logos (if the master logo was modified), run:
```sh
rm -rf logos
python scripts/process.py
python scripts/convert.py
```