Aggiorna README.md

This commit is contained in:
Fabio 2026-01-02 17:19:00 +08:00
parent 5b4a2b90e5
commit e0ff734dc8

View file

@ -21,7 +21,6 @@ installare
editare .env editare .env
```sh ```sh
GNU nano 8.4 server/backend/.env
# === SERVER CONFIG === # === SERVER CONFIG ===
PORT=3000 PORT=3000
@ -53,7 +52,9 @@ il server parte su 182.168.1.3:3000 ed ho settato nginx come
andare in andare in
cd server/frontend ```
cd server/frontend
```
far partire la UI x es su porta 8282 far partire la UI x es su porta 8282
@ -66,8 +67,9 @@ da qui si possono modificare le apps che vogliamo visualizzare
andare in andare in
cd app ```
cd app
```
far partire la App x es su porta 8181 far partire la App x es su porta 8181
npx http-server . -c-1 -p 8181 npx http-server . -c-1 -p 8181