This shows a dashboard of the weekly fuel price across africa
# Africa Fuel Price Dashboard
Vercel-ready dashboard for weekly gasoline prices across Africa.
## Local preview
```powershell
vercel dev
```
## Deploy
```powershell
vercel
```
The dashboard uses `/api/fuel.py` as a Python serverless function and `index.html` as the frontend.