ai: init CLAUDE.md doc
This commit is contained in:
parent
4cde37b521
commit
7d5370d7f3
29
CLAUDE.md
Normal file
29
CLAUDE.md
Normal file
@ -0,0 +1,29 @@
|
|||||||
|
# CLAUDE.md
|
||||||
|
|
||||||
|
This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository.
|
||||||
|
|
||||||
|
## Philosophie
|
||||||
|
|
||||||
|
**KISS - Keep It Simple Stupid!**
|
||||||
|
|
||||||
|
Ce site DOIT rester minimaliste :
|
||||||
|
- Zéro dépendance locale (pas de node_modules, pas de build)
|
||||||
|
- HTML sémantique et accessible
|
||||||
|
- CSS via CDN (Simple.css)
|
||||||
|
- JavaScript vanilla minimal
|
||||||
|
- Standards web uniquement
|
||||||
|
|
||||||
|
Ne jamais ajouter de framework, bundler ou complexité inutile.
|
||||||
|
|
||||||
|
## Commandes
|
||||||
|
|
||||||
|
```bash
|
||||||
|
make dev # Serveur local (npx serve)
|
||||||
|
make deploy # Déploie sur CapRover
|
||||||
|
```
|
||||||
|
|
||||||
|
## Architecture
|
||||||
|
|
||||||
|
- `index.html` : page unique autonome
|
||||||
|
- `Dockerfile` : image busybox httpd ultra-légère
|
||||||
|
- Déploiement via CapRover
|
||||||
Loading…
Reference in New Issue
Block a user