# Calendrier de Geneviève

Calendrier mensuel simple et lisible, conçu pour mamie.

## Stack
- **Astro** — génération statique
- **Tailwind CSS + DaisyUI** — design (thème Garden)

## Structure
```
src/
  layouts/Layout.astro   # gabarit HTML commun
  pages/index.astro      # page calendrier
public/
  favicon.svg
dist/                    # build (généré automatiquement)
```

## Développement
```bash
npm install
npm run dev    # serveur local
npm run build  # génère dist/
```
