Source
Download the zip.
Unzip, then put package.json and server.js at the GitHub repo root — same folder, no wrapping directory, not the zip file itself. That is what Render runs as node server.js.
- Unzip. You should see
server.jsimmediately, not inside another folder. - Push that folder to GitHub.
- Render build
bash render-build.sh, startnode server.js, Node22. Clear cache and deploy.