Broadcast overlays for the Squidboards Splat Series, a Splatoon tournament from Squidboards and Inkling Performance Labs.
- Set up
ipl-overlay-controls
using the installation guide.
- Clone the
build
branch of this repository to[nodecg]/bundles/sqss-overlays
- All done!
- Ensure you have access to the private GSAP registry: Guide
- Clone this repository to
[nodecg]/bundles/sqss-overlays
- Install dependencies:
npm i
- Run build:
npm run build
build
: Create a production-ready build.devbuild
: Create a development build with better debugging options.clean
: Removes built files.cleanbuild
: Combinesbuild
andclean
tasks.start
: Starts NodeCG.watch
: Runs a build and rebuilds when changes are found.lint
: Checks for linter errorsfix
: Automatically fixes some linter errors