mirror of
https://github.com/stonith404/pingvin-share.git
synced 2025-01-29 01:28:59 -05:00
docs: add npm install to upgrade guide
This commit is contained in:
parent
b8efb9f54b
commit
6d87e20e29
1 changed files with 2 additions and 0 deletions
|
@ -115,11 +115,13 @@ docker compose up -d
|
||||||
|
|
||||||
# Start the backend
|
# Start the backend
|
||||||
cd backend
|
cd backend
|
||||||
|
npm install
|
||||||
npm run build
|
npm run build
|
||||||
pm2 restart pingvin-share-backend
|
pm2 restart pingvin-share-backend
|
||||||
|
|
||||||
# Start the frontend
|
# Start the frontend
|
||||||
cd ../frontend
|
cd ../frontend
|
||||||
|
npm install
|
||||||
npm run build
|
npm run build
|
||||||
API_URL=http://localhost:8080 # Set the URL of the backend, default: http://localhost:8080
|
API_URL=http://localhost:8080 # Set the URL of the backend, default: http://localhost:8080
|
||||||
pm2 restart pingvin-share-frontend
|
pm2 restart pingvin-share-frontend
|
||||||
|
|
Loading…
Add table
Reference in a new issue