Prerequisites: install Node.js 20.11+ or 21.2+ and Visual Studio Code.
Open the root of the project using Visual Studio Code and install all the extensions recommended by notifications of Visual Studio Code, then restart Visual Studio Code.
Open the terminal and run the command below to install all the dependencies and prepare the project:
npm i
Run to view commands:
npm run
Run to clean up the project:
npm run clean
Afterwards, try again.