- NodeJS
- Visual Studio
- Install NodeJS
- Open Team Explorer in Visual Studio and clone repository: https://github.com/adamxi/Screeps.git
- Open PowerShell, cd to local repository and run ".\setup.ps1"
- Rename or copy "config.example.json" to "config.json". Open file and fill in you Screeps email and password.
- Open Visual Studio and build project as either Debug or Release configuration. Debug will publish code to 'test' branch. Release will publish code to 'default' branch. Note: 'test' branch must be created in Screeps prior to making a Debug build.