This repo searches for svg files on github that have a <circle>
tag and displays those.
The free github api is rate limited so give it a minute if it's not showing anything.
This is very bare bones. I intentionally didn't use a more sophisticated build system. Thought about providing a dockerfile for this but that'd be way too overkill.
Inside the server folder run:
virtualenv --python=python3 venv
source venv/bin/activate
pip install -r requirements.txt
python app.py
Inside the website folder run:
yarn install
yarn run