Skip to content

Latest commit

 

History

History
executable file
·
30 lines (21 loc) · 1.04 KB

README.md

File metadata and controls

executable file
·
30 lines (21 loc) · 1.04 KB

sqss-overlays

Broadcast overlays for the Squidboards Splat Series, a Splatoon tournament from Squidboards and Inkling Performance Labs.

Setup

Pre-built version (For production use)

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

Build manually

  • 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

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