Repo starter untuk WhatsApp Companion Bot — pairing QR via web, dashboard, dan auto-update dari GitHub Releases.
- Copy env:
cp server/.env.example server/.envand edit. - Install:
cd server && npm cicd ../client && npm ci
- Run server:
cd server && npm run dev - Run client:
cd client && npm run dev - (Optional) Start Pinggy tunnel:
cd server && npm run tunnel
- Setup domain + TLS, PM2, dan environment variables.
- Start with
pm2 start pm2.config.js.
Lihat docs/INSTALL.md untuk panduan lengkap.