$ git clone
$ cd cyclemetry
$ make dev
$ open http://localhost:3000- Route tracking
- Elevation profiles
- Metrics
- Speed
- Power
- Heart rate
- Cadence
- Elevation
- Gradient
- Check out the community templates to see what Cyclemetry is capable of
- DashWare (only available on Windows)
- Garmin VIRB Edit
- GoPro Telemetry Extractor ($150/$300? - fuck that)
$ make format # Format all code
$ make lint # Run linters
$ make check # Run all checks
$ make dev # Start with hot-reload
$ make logs # View all logs
$ make down # Stop everything
$ make clean # Remove all containers/volumes
$ make restart # Restart services- All contributions are welcome