How to get started:
Install nodejs the prebuilt one for Windows, not the one using docker because I don't think docker will work well with finding chrome on your Windows computer. This is also the same reason why I'm not suggesting to install them in wsl subsystem linux.
Go to the nodejs website here
After that you should have both node and npm installed
You can check by doing
npm -v
node -v
My versions are
npm: 11.6.2
node: v24.13.0
How to run the code:
Now go into this git repository and install all the dependencies: npm install
To run the code: npm run dev