Add project documentation and AI development guidelines
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user