help me! new in forge

hi, i'm new to programming and i'm having problems with forge configuration
I have installed intellij, imported the project from git and tried to follow the steps in the wiki to configure the project but I can't run the application, when pressing the debug button I get the following message
"Connected to the target VM, address: '127.0.0.1:51872', transport: 'socket'
Error: main class forge.view.Main not found or loaded
Caused by: java.lang.ClassNotFoundException: forge.view.Main
Disconnected from the target VM, address: '127.0.0.1:51872', transport: 'socket'
Process finished with exit code 1 "
Since the tutorial is outdated, I would appreciate if someone with more experience could make an updated tutorial
I have installed intellij, imported the project from git and tried to follow the steps in the wiki to configure the project but I can't run the application, when pressing the debug button I get the following message
"Connected to the target VM, address: '127.0.0.1:51872', transport: 'socket'
Error: main class forge.view.Main not found or loaded
Caused by: java.lang.ClassNotFoundException: forge.view.Main
Disconnected from the target VM, address: '127.0.0.1:51872', transport: 'socket'
Process finished with exit code 1 "
Since the tutorial is outdated, I would appreciate if someone with more experience could make an updated tutorial