feat: enhance documentation and UI for FullscreenButton and dev.sh commands
This commit is contained in:
@@ -30,7 +30,7 @@ Applicazione web ottimizzata per **tablet in orizzontale** che gestisce i varchi
|
||||
|
||||
```
|
||||
VotoFocolari/
|
||||
├── dev.sh # Script di sviluppo (install, dev, server, ...)
|
||||
├── dev.sh # Script di sviluppo (install, dev, server, check, ...)
|
||||
├── README.md
|
||||
├── ai-prompts/ # Documentazione sviluppo
|
||||
│ ├── 00-welcome-agent.md # Questo file
|
||||
@@ -51,7 +51,7 @@ VotoFocolari/
|
||||
└── src/
|
||||
├── App.tsx # State machine principale
|
||||
├── hooks/ # useRFIDScanner
|
||||
├── components/ # UI components
|
||||
├── components/ # UI components (Logo, UserCard, FullscreenButton, ...)
|
||||
├── screens/ # Schermate
|
||||
├── services/ # API client
|
||||
└── types/ # TypeScript types
|
||||
@@ -95,6 +95,9 @@ VotoFocolari/
|
||||
# Frontend: http://localhost:5173
|
||||
# Backend: http://localhost:8000
|
||||
|
||||
# Type-check TypeScript (senza build)
|
||||
./dev.sh check
|
||||
|
||||
# Produzione locale
|
||||
./dev.sh server
|
||||
# App completa: http://localhost:8000
|
||||
|
||||
Reference in New Issue
Block a user