How to deploy MNORPG project to Heroku
You must compile the source and deploy on Heroku
https://docs.rpgjs.dev/guide/production.html
Then you put the content of dist, package.json on the server (and reinstall the dependencies)
https://devcenter.heroku.com/articles/deploying-nodejs
npm run build cd dist
and then follow the instructions on the Deploy tab on Heroku