The main repository for the graphics for WASD 2024. This has been completely rewritten to use Typescript, React and NodeCG 2.
- Install NodeCG
# Install NodeCG CLI tools for ease of use
npm install -g nodecg-cli
# Install nodecg, default settings are fine, you may need npx nodecg setup
nodecg setup
- Install Dependent Bundles
- If installing for dev, omit
-b build --single-branch
, thennpm i
andnpm run build
in each
cd bundles
# Use build branch content
git clone -b build --single-branch https://github.com/ericthelemur/nodecg-tiltify
git clone -b build --single-branch https://github.com/ericthelemur/nodecg-dono-control
git clone -b build --single-branch https://github.com/ericthelemur/nodecg-ticker-control
git clone -b build --single-branch https://github.com/ericthelemur/nodecg-obs-control
# speedcontrol needs npm deps installing
git clone -b build https://github.com/speedcontrol/nodecg-speedcontrol.git
cd nodecg-speedcontrol
npm install --production
- Install WASD Bundle
# Still in /bundles
git clone https://github.com/ericthelemur/wasd
cd wasd
npm i
npm run build
- Setup config files
nodecg defaultconfig nodecg-tiltify
# Fill out nodecg-tiltify's config with Tiltify keys
# TODO: Default speedcontrol config
- Run NodeCG
# In the NodeCG root
nodecg start