Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 148 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 148 Bytes

Running

cd site
npm i
npm start

With different endpoint

VITE_TILE_URL=http://localhost:8080/tiles/{z}/{x}/{y}.pbf npm start