diff --git a/README.md b/README.md index 5506394..f052012 100644 --- a/README.md +++ b/README.md @@ -13,3 +13,9 @@ Serve il frontend Vite attraverso Express (middleware in dev, static build in pr ## Setup 1. Copia `.env` e inserisci i tuoi valori (issuer discovery, client id, redirect). 2. Installa: + npm install +3. start + npm run dev +4. build e run + npm run build + npm run preview