Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 479 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 479 Bytes

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