First, make sure you have NVM (Node Version Manager) installed.
Windows: [https://github.com/coreybutler/nvm-windows#readme]
Linux: [https://github.com/nvm-sh/nvm]
Now, restart the terminal and run:
nvm install node
Next step, install PNPM.
Guide: [https://pnpm.io/installation]
Everything is ready!
You can now clone the project, change directory to the app folder and run the following to test the frontend:
pnpm install
pnpm run dev