Deploy Guide (quick)
- Upload files to server
- npm install
- copy .env.example to .env and set JWT_SECRET & ADMIN_KEY & ALLOWED_ORIGINS (include your client domains)
- node server.js (or pm2 start server.js)
- Visit https://your-domain/ (admin UI) and paste ADMIN_KEY to manage licenses