Lies it's not Leaflet, it's OpenLayers here.

# Cleveland Frontend

```

# dev:
git clone ... && cd ...
npm install
npm start

# build:
git clone ... && cd ...
npm install
CI=1 npm run build

# setting CI will enable a production build (OL & React debug gets stripped)

```
