Modernized map-only rebuild of the original tcplatmap app.
- Install deps:
npm install- Generate
data/sales.json(offline, using the bundled legacy ArcGIS export):
npm run data:convert:legacy-sales- Start the server:
npm run devOpen http://localhost:8080.
- Copy env template:
cp .env.example .env- Set
ARCGIS_SALES_URLin.envto the ArcGIS layer/queryendpoint, then run:
npm run data:fetch:salesThe original 2014-era app (auth + API demos + Mongo) is preserved under legacy/ and is not used by the current server.