#in Windows powershell
.\build.ps1
#in Linux bash/terminal
.\build.sh
# change float-window postion by setting `PR_POS_X` , `PR_POS_Y` value in .env file
PR_POS_X=1700
PR_POS_Y=50
# double click the binary program file or run in terminal/bash
# Windows powershell or cmd
.\PriceReminder.exe
# Linux bash/terminal
chmod +x PriceReminder
./PriceReminder