Spaces:
Running on CPU Upgrade
Running on CPU Upgrade
| title: Patrouille de France Tracker | |
| emoji: ✈️ | |
| colorFrom: blue | |
| colorTo: red | |
| sdk: docker | |
| pinned: false | |
| license: mit | |
| # Patrouille de France Airshow Tracker | |
| Interactive map tracking Patrouille de France airshows with animated flight paths. | |
| ## Features | |
| - Interactive Mapbox map centered on France | |
| - Timeline of 2025-2026 airshows | |
| - Animated flight paths with contrail effects | |
| - Alpha Jet marker following the path | |
| - Countdown to next event | |
| ## Local Development | |
| ```bash | |
| npm install | |
| npm run dev | |
| ``` | |
| ## Environment Variables | |
| Create a `.env` file with your Mapbox token: | |
| ``` | |
| VITE_MAPBOX_TOKEN=your_token_here | |
| ``` | |
| ## Hugging Face Spaces Deployment | |
| 1. Create a new Space with Docker SDK | |
| 2. Add `VITE_MAPBOX_TOKEN` as a secret in Settings → Variables and secrets | |
| 3. Push the code to the Space repository | |