Aggiorna README.md
This commit is contained in:
parent
25de9638dd
commit
d50ea13393
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
```
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue