docs(radar): note Leaflet is vendored locally, not committed

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
ScreenTinker 2026-06-18 21:02:42 -05:00
parent 44a0fff0ed
commit e85c08eb26

View file

@ -52,7 +52,10 @@ needed.
## Setup
1. **Vendor Leaflet:**
> **Note:** Leaflet is **not** committed to this repo (it's third-party, BSD-2-licensed).
> The script below downloads it locally — run it once before deploying. Nothing else to install.
1. **Vendor Leaflet** (downloads `leaflet.js` + `leaflet.css` into this dir):
```bash
./vendor-leaflet.sh
```