gitextract_7tkj533i/ ├── .github/ │ ├── FUNDING.yml │ └── workflows/ │ └── deploy_to_gh_pages.yml ├── .gitignore ├── LICENSE ├── README.md ├── incidents/ │ ├── general_incidents.json.sample │ ├── general_incidents.jsonnet.sample │ └── redis-story.json.sample ├── index.html ├── instructions.html └── static/ ├── ink.js ├── mainink.js ├── site.webmanifest ├── stopwatch.js ├── styles.css └── wheel.js