# FlowMaster — Depot Throughput & Turnaround Control Tower
An executive-facing operational analytics dashboard for Kenya Pipeline
Company depot operations — turnaround time, bay-level bottleneck detection,
demurrage cost exposure (in KSh), and a historical truck-journey replay,
built on real ETL-cleaned depot data.
See `RUN_ME.md` at the project root for setup instructions, and `etl/README.md`
for details on the data pipeline.
## Stack
- TanStack Start (Vite + React + SSR)
- Recharts for data visualization
- Framer Motion for animation
- SQLite (via `better-sqlite3`) for the operational database
## Development
```sh
npm install
npm run dev
```