Myoro Matchup should be debugged with Visual Studio Code (VSCode) (or a fork of VSCode).
.vscode/extensions.jsonExtensions to be able to debug the project.
.vscode/launch.jsonDebug configurations of the project. VSCode supports multiple debugging sessions, so you can run the frontend and backend at the same time.
.vscode/settings.jsonVSCode & extension settings of the workspace.
.vscode/tasks.jsonContains all of the frontend and backend scripts. Activated by default with Control/Cmd + Shift + B in VSCode.