Skip to content

HatAndBread/open-map-maker

Repository files navigation

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

Releases

No releases published

Packages

No packages published