2 Commits

Author SHA1 Message Date
220e6c9e48 ci: route tests through tsx so CI can run search regressions
All checks were successful
CI / test-and-build (push) Successful in 34s
scripts/test.mjs imports src/lib/search.ts (TypeScript), which plain node
cannot execute. Add tsx as a devDependency and point npm test at it.
2026-08-08 18:39:41 +00:00
3413b7053f Initial Navigator app: SvelteKit static build + OSM Overpass data pipeline
- SvelteKit project with @sveltejs/adapter-static (runs fully static)
- scripts/osm-data.mjs: pulls OSM data from Overpass API and converts to
  static GeoJSON under static/data/ with per-area manifest
- Leaflet map frontend that loads the static data and renders features
  with popups and area selection dropdown
- npm run build fetches data then produces a self-contained static site
2026-08-08 15:29:51 +00:00