File size: 817 Bytes
7e3fece
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
---
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