A Campaign Manager for StarCraft II. Since the game doesnt natively support custom campaigns, and a regular user has to go through hoops to get one running, this tool aims to simplify that process, providing a simple "marketplace" where to download and run custom campaigns.
You can always find the latest release below:
🔗 Download
-
npm install
: Install all required dependencies -
npm run dev
: Creates the Renderer -
npm run electron
: Creates the Electron Instance -
npm start
: Creates both the renderer and the electron instance.
npm run build
Uses electron-react-boilerplate-minimal as a boilerplate.