/rbt-simple-scoreboard

NodeCG bundle for simple, customisable scoreboard.

Primary LanguageTypeScriptMIT LicenseMIT

rbt-simple-scoreboard

NodeCG bundle for simple, customisable scoreboard.

Getting started

Install NodeCG

Follow this guide to install and run NodeCG locally.

In summary:

# Install nodecg + dependencies
npm install --global nodecg-cli
mkdir nodecg
cd nodecg
nodecg setup

Clone the bundle

Clone the rbt-simple-scoreboard bundle into the nodecg bundles/ folder.

Start developing

First, install the dependencies.

yarn

On one terminal window, run a local server for development.

yarn watch

On another terminal window, navigate to the NodeCG root folder, and start the server.

# Run nodecg locally
nodecg start