This commit is contained in:
sebseb7
2026-01-16 15:23:12 -05:00
parent a8e403141b
commit d460808a3f
4 changed files with 267 additions and 31 deletions

15
README.md Normal file
View File

@@ -0,0 +1,15 @@
# Shelly Agent
## Running with PM2
To start the application using PM2:
```bash
pm2 start server.js --name shellyagent
```
Useful commands:
- **Restart**: `pm2 restart shellyagent`
- **Stop**: `pm2 stop shellyagent`
- **Logs**: `pm2 logs shellyagent`
- **Monitor**: `pm2 monit`