This is the source code for the website Open Map Maker, an open source GPX file editor for cycling, hiking, and running.
# 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