Skip to content

Broadcast overlays for the Splatoon Advanced Circuit.

License

Notifications You must be signed in to change notification settings

IPLSplatoon/sac-overlays

Repository files navigation

sac-overlays

Broadcast overlays for the Splatoon Advanced Circuit, a Splatoon tournament from Inkling Performance Labs and SAC staff.

Setup

Pre-built version (For production use)

  • Clone the build branch of this repository to [nodecg]/bundles/sac-overlays
  • All done!

Build manually

  • Ensure you have access to the private GSAP registry: Guide
  • Clone this repository to [nodecg]/bundles/sac-overlays
  • Install dependencies: npm i
  • Run build: npm run build

Other npm commands

  • build: Create a production-ready build.
  • devbuild: Create a development build with better debugging options.
  • clean: Removes built files.
  • cleanbuild: Combines build and clean tasks.
  • start: Starts NodeCG.
  • watch: Runs a build and rebuilds when changes are found.
  • lint: Checks for linter errors
  • fix: Automatically fixes some linter errors