Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 561 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 561 Bytes

Winding Roads Art Tour - web map

View at wrat-map.netlify.app.

This map is built with SvelteKit, OpenLayers, and Google Sheets. Basemaps from Mapbox and Stamen.

Get Started

git clone https://github.com/legiongis/wrat-map && cd wrat-map
pnpm install
cp .env.example .env

Update variables in .env as needed. Then

pnpm dev