NEDEM MEDIA — QA / staging build for qa.nedem.ro ============================================================ Requires Node.js 20 or newer. 1. Upload everything in this folder to the directory your subdomain points at. 2. Rename .env.example to .env and fill it in. 3. Start the server: node server.js Default port is 3000. To change it: PORT=8080 HOSTNAME=0.0.0.0 node server.js cPanel ("Setup Node.js App"): - Application root = this folder - Application startup = server.js - Node version = 20 or newer Then press Start. Do NOT press "Run NPM Install" — node_modules is already complete in this bundle and reinstalling can break it. THIS IS THE QA BUILD. - Every page sends "noindex, nofollow" and robots.txt blocks all crawlers, so Google will not index it or confuse it with the live site. - Analytics and the Meta Pixel are disabled, so QA visits stay out of your production numbers. - A small amber "QA" badge sits in the bottom-left corner. - To password-protect it, set BASIC_AUTH_USER and BASIC_AUTH_PASSWORD in .env. Do not upload this build to the live domain — it is invisible to Google by design. Use "npm run package:prod" for that.