This project is a static HTML app. It should be served from the repository root with any local HTTP server.
Example:
cd /mnt/data/projects/whichtest
python3 -m http.server 8080Then open:
http://localhost:8080
The app loads its data feed from public/feed.yaml. It also falls back to feed.yaml at the site root, which helps if the project is later served by a tool that exposes public/ assets at /.
Developed with ❤️ by Happy Raven Labs