The following steps are required to run the program:
- Install pwsh using
winget install --id Microsoft.PowerShell --source winget
. - Install python using
winget install --id Python.Python.3.10
. - Install playwright using
pip install playwright
. - Setup playwright using
playwright install
.
Executing the program is as simple as running ./script/run.bat
from the root of the project.