## download this repo to pc or use git ### install git [download link](https://git-scm.com/downloads) ### clone repo ```git clone https://weforgecode.xyz/Spitfire/Launcher.git``` ## download python 3.11.x and pip (installs with python) ### install python [download link](https://www.python.org/downloads/release/python-3118/) ### restart computer to refresh system variables after python install ## install dependencies ### run this to install deps ```./install.bat``` ### run the app using ```./run.bat``` ### build app using ```./build.bat```