Broadcast overlays for the SendouQ related events, specifically it's season finale tournaments. These overlays are copyrighted and this repo serves as a reference to those who want to make their own overlays (don't broadcast these without permission!)
- Set up
ipl-overlay-controls
using the installation guide. - Clone the
sendouq-overlays
repository by going to the bundles folder in your nodecg install and using the following command:git clone https://github.com/IPLSplatoon/sendouq-overlays.git
- Navigate to the newly created
sendouq-overlays
folder and run the commandnpm i
thennpm run build
to build the project for production use. - Other assets needed for the stream are found in the
obs-assets
folder.
- This project is a bundle for NodeCG, written in Typescript and Lit, and builds using Vite.
- All development is done in the
src
folder. Vite (thenpm run build
command) will bundle transpiled code, css files, and other static assets into folders nodecg will read.
build
: Create a persistent production-ready build.dev
: Creates a live server that can quickly auto-build and provide auto-refreshing web-pages for development purposes. Not suited for production as it relies on the web server being open to load.start
: Shortcut to start the NodeCG server.