RequirementsNode.jsNode Package Manager (npm)Visual Studio Code or other IDETo get this to work:Download all files in this folderOpen a console program, "cmd", "terminal" or something elseNavigate to the root of this folderType in "npm install" and press enter, node_modules will be installed nowAfter installation of the node_modules, you can run the program now with "npm run start"How to debug the program in Visual Studio CodeAfter installation of the node_modules, you can start debugging in Visual Studio Code via Debug tab on the left siteIf you have problems with this, check if launch.json and tasks.json are there in .vscode folder of the project