A simple, read-only dashboard tracking power outages in Garsfontein, Pretoria, South Africa.
Edit src/data/outages.json and add new outage records:
{
"id": "outage-2026-003",
"start": "2026-03-10 12:45",
"end": "2026-03-10 13:20",
"notes": "Equipment failure"
}
Date format: YYYY-MM-DD HH:mm (South African Standard Time, UTC+2)
The dashboard automatically recalculates all statistics when the data file changes.
# Install dependencies
npm install
# Start dev server
npm run dev
# Build for production
npm run build
# Preview production build
npm run preview
MIT License - see LICENSE file for details.
Built by candlelight in Pretoria, South Africa.