Bike Tracking is a local-first commuter app that records rides and computes savings using a .NET Minimal API, F# domain logic, and a React TypeScript frontend.
- Work inside the DevContainer only.
- Run the app with
dotnet run --project src/BikeTracking.AppHost. - Use TDD with mandatory failing-test proof before implementation.
- E2E tests are required for every PR.
- Run the post-change verification matrix before merge.