Aggiorna README.md

This commit is contained in:
Fabio 2025-12-23 23:50:12 +08:00
parent 25de9638dd
commit d50ea13393

View file

@ -3,7 +3,7 @@
entrare in frontend: installare e fare la build
```sh
cd /frontend
cd frontend
npm ci install
npm run build
cd ..
@ -11,7 +11,7 @@ cd ..
entrare nella backend e installare
```sh
cd /backend
cd backend
npm ci install
```