Warning
When cloning the project, please ensure you do not do it inside OneDrive. Working with the project inside OneDrive will be incredibly slow in all aspects.
The Windows Subsystem of Linux (WSL) lets you run programs which traditionally only run in Linux.
To run the project in WSL, you obviousy first need WSL. Follow this guide by Microsoft. The main step is running the following in an administrator PowerShell or command prompt:
wsl --install
This should install WSL with the Ubuntu distribution.
Since you now have a working Linux environment, the remaining steps of setting up the project are identical with the Linux guide, so click the link below to continue the process.