Skip to content

Latest commit

 

History

History
53 lines (43 loc) · 1.37 KB

README.md

File metadata and controls

53 lines (43 loc) · 1.37 KB

WASD 2024 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

# 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
  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 nodecg-tiltify
# Fill out nodecg-tiltify's config with Tiltify keys
# TODO: Default speedcontrol config
  1. Run NodeCG
# In the NodeCG root
nodecg start