Myoro Matchup should be debugged with Visual Studio Code (VSCode) (or a fork of VSCode).


.vscode/extensions.json

Extensions to be able to debug the project.

  1. Run the "Show All Commands" option in VSCode (Control/Cmd + Shift + P)
  2. Run "Extensions: Show Recommended Extensions"

.vscode/launch.json

Debug configurations of the project. VSCode supports multiple debugging sessions, so you can run the frontend and backend at the same time.

.vscode/settings.json

VSCode & extension settings of the workspace.

.vscode/tasks.json

Contains all of the frontend and backend scripts. Activated by default with Control/Cmd + Shift + B in VSCode.