/open-map-maker

A gps map making utility

Primary LanguageTypeScript

Open Map Maker

This is the source code for the website Open Map Maker, an open source GPX file editor for cycling, hiking, and running.

app screenshot

Setup

# Install dependencies
yarn install

# Add your mapbox key to the environment variables
echo 'MAPBOX_KEY=my_mapbox_key' >> .env

# Start the development server
yarn dev