# Static evidence explorer

This is a generated, dependency-free prototype. It contains no database and no postcode history. The postcode lookup calls `postcodes.io` in the browser and uses the returned lower-tier local-authority code to fetch one static JSON authority card.

From the project root:

```sh
make site
python3 -m http.server 8000 --directory site
```

Then open <http://localhost:8000>. Opening `index.html` directly from Finder will not work because browsers block the local JSON fetch; a static server is required.

The UASC fields are held at the upper-tier/unitary children’s-services authority grain. They are displayed on a lower-tier postcode card only through the explicit ONS hierarchy crosswalk. This is not person-level linkage.
