Skip to content

ericthelemur/wasd

Repository files navigation

WASD 2025 Livestream Graphics

The main repository for the graphics for WASD 2024. This has been completely rewritten to use Typescript, React and NodeCG 2.

Installation

  1. 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
  1. Install Dependent Bundles
  • If installing for dev, omit -b build --single-branch, then npm i and npm run build in each
cd bundles
# speedcontrol needs npm deps installing
git clone -b build https://github.com/speedcontrol/nodecg-speedcontrol.git
cd nodecg-speedcontrol
npm install --production
cd ..
  1. Install WASD Bundle
# Still in /bundles
git clone https://github.com/ericthelemur/wasd

cd wasd
npm i
npm run build
  1. Setup config files
nodecg defaultconfig wasd
# Fill out nodecg-tiltify's config with Tiltify keys
# TODO: Default speedcontrol config
  1. Run NodeCG
# In the /bundles/wasd
npm run start

About

Parent repo for WASD 2024's stream graphics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published