Offline Mode is an offline-first client for start.gg which protects your bracket from outages and lag. It also makes your offline-first bracket available on your LAN for pool captains, production, and attendees. Compatible with Replay Manager and Auto Stream.
Clone the repo and install dependencies:
git clone https://github.com/jmlee337/local-cache-for-startgg.git
cd local-cache-for-startgg
npm installI use node version 22. Try switching to that if npm install still fails after installing node-gyp dependencies.
Start the app in the dev environment:
npm run startTo package apps for the local platform:
npm run package