Demo: https://gpx-utils.de
For development devcontainers are used.
cd gpxviewr/
celery -A gpxviewr worker -l INFO -B
cd gpxviewr/
./manage.py loaddata baseweb/fixtures/gpx_waypoint_type.yaml
./manage.py runserver
cd frontend
npm run dev
The valhalla routing server needs the Valhalla tiles inside the directory valhalla-data.
You can generate the routing information (tiles) with Valhalla. See: https://valhalla.github.io/valhalla/building/#running-valhalla-server-on-unix