https://govtech-bb.github.io/services-list/
A small static website (two pages) that lists government services and goals.
Quick start
-
Open
index.htmlorgoals.htmlin a browser for a local preview, or run a simple static server from the repo root:python3 -m http.server 8000
-
goals.htmlcontains an in-page dataset (goalData) and working examples of filtering and rendering. -
index.htmlis mostly a UI shell and needs the same filtering/rendering logic ported or aservices.jsondata file.
See .github/copilot-instructions.md for guidance for contributors and AI agents.