Install chocolatey, instructions at https://chocolatey.org/install
Then, on a terminal, with choco you can install git, nodejs and vscode
choco install nodejs
choco install git
choco install vscode
After thats done clone the repository with git clone
git clone https://github.com/genba-games/ggj2022
Once thats set you can install the project dependecies with npm
npm install
After that you can run the project scripts with npm run
npm run dev