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
|
entrare in frontend: installare e fare la build
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
cd /frontend
|
cd frontend
|
||||||
npm ci install
|
npm ci install
|
||||||
npm run build
|
npm run build
|
||||||
cd ..
|
cd ..
|
||||||
|
|
@ -11,7 +11,7 @@ cd ..
|
||||||
|
|
||||||
entrare nella backend e installare
|
entrare nella backend e installare
|
||||||
```sh
|
```sh
|
||||||
cd /backend
|
cd backend
|
||||||
npm ci install
|
npm ci install
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue