Add project documentation and AI development guidelines

This commit is contained in:
Ivan Cacciari
2026-08-07 15:36:02 +02:00
parent 6dc63d9250
commit 7a2b26ec89
15 changed files with 1124 additions and 114 deletions
+71
View File
@@ -0,0 +1,71 @@
# Architettura del progetto
## Frontend
- React 19
- TypeScript
- TanStack Start
- Vite
- Tailwind CSS
- Radix UI
---
## Backend
- Supabase
---
## Hosting
- Vercel
---
## Versionamento
- Git
- GitHub
---
## Branch
- main → Produzione
- develop → Sviluppo
---
## Struttura del progetto
src/
- components/
- routes/
- lib/
- integrations/
- hooks/
- assets/
supabase/
docs/
---
## Flusso di sviluppo
develop
Test
Merge su main
Deploy automatico su Vercel