﻿Laghman United deployment package

Start command:
  npm install
  npm start

GoDaddy / current live update:
  cd /home/afghanhub/public_html
  unzip -o laghman-united-deploy.zip
  /bin/cp -f /home/afghanhub/public_html/laghman-united-deploy/app.js /var/www/crm/app.js
  pm2 restart 0
  pm2 save

Required runtime:
  Node.js 18 or newer

Default local port:
  8091 unless PORT is set in the server environment

Important:
  - app.js is the web app and admin backend.
  - data/db.json contains site content, admins, members, settings and messages.
  - uploads/ contains uploaded images/files.
  - Configure SMTP in Super Admin > Settings after deployment if server email credentials differ.
  - Super admin login remains /spadmin. Created admins use /admin/login.
  - Voting links are hidden from navigation and generated under Super Admin/Admin > Voting.
  - Board messaging supports chat history and file/audio/video attachments. Live calls require a future realtime provider.
