# Install dependencies and verify tests pass.
pnpm -C web install
pnpm -C web test
(cd api-server && go test ./...)
# Start a dev server by running both commands in separate windows:
(cd api-server && go run .)
pnpm -C web devSee mise run for development commands.
- Airports data from OurAirports
- Offer both light and dark themes.
- Always render flight numbers (e.g.,
UA123) and IATA airport codes (e.g.,SFO) in monospace (font-monoclass). - DateTime means TODO!(sqs), time and date mean
- localtime means a tz-less time like "6pm", localdate means a tz-less date like "January 25, 2025"