This commit is contained in:
赵鑫 2022-09-04 14:39:27 +08:00
parent 69c9081873
commit 52fba4f3b8

View File

@ -2,5 +2,5 @@
``` bash
npm install
npm start
PORT=8000 pm2 start server.js --name "RPi Status Server" --watch
```