Fellowship Steps

Fellowship Steps is a browser-based walking tracker that maps your real-world step totals onto the Fellowship's journey from Rivendell to Mount Doom.

Files

Run locally

From this folder:

python3 -m http.server 4173

Then open http://127.0.0.1:4173/ in a browser.

Map asset support

If you have a high-resolution Middle-earth map, put it in assets/ using one of these names:

The app will detect it automatically and render it beneath the Fellowship route overlay.

State storage

Progress is stored locally in the browser under fellowship-steps-web.

Current behavior

Calibration workflow

  1. Click Calibration mode in the map header.
  2. Click points on the map to collect coordinates in SVG space.
  3. Use Copy in the calibration panel.
  4. Paste route arrays into data/path.json and POI objects into data/poi.json.