Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 721 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 721 Bytes

Maps

This project accommodates thousands of coordinates I collected over the years with Strava. Bike trips, skiing or hiking activities were recorded into a gpx file and then compiled into JSON data arrays through Python. Strava still offers more comprehensive features, such as altitude tracking, time, average speeds etc. Still, I wanted to play around with different visual styles of Leaflet and Thunderforest API maps and mark my waypoints and routes.

Project Setup

cd frontend
npm install ## Install Node
npm run dev ## Compile and Hot-Reload for Development
npm run build ## Type-Check, Compile and Minify for Production