An open API service indexing awesome lists of open source software.

https://github.com/jai-x/wasd2020

A nodecg bundle for broadcast graphics for Warwick's Awesome Speedruns & Demos 2020
https://github.com/jai-x/wasd2020

nodecg nodecg-bundle

Last synced: 3 months ago
JSON representation

A nodecg bundle for broadcast graphics for Warwick's Awesome Speedruns & Demos 2020

Awesome Lists containing this project

README

        

## wasd2020 NodeCg bundle

This is a nodecg graphics bundle created to be used in Warwick Awesome Speedruns
& Demos 2020.

See it in action in the [WASD 2020
vods](https://www.youtube.com/watch?v=Orq2aWMJUQ0&list=PL0cMFmWyMFGLamFzlu_7eJnV8X_3pLdvS)

### Installation

* Have a working version of [nodecg](https://nodecg.dev) on the system
* Install `nodecg-speedcontrol` and `nodecg-tiltify` into `nodecg/bundles`
```shell
$ cd nodecg/bundles
$ git clone [email protected]:speedcontrol/nodecg-speedcontrol.git
$ git clone [email protected]:daniellockard/nodecg-tiltify.git
$ git clone [email protected]:EwanLyon/ncg-spotify.git
$ # and then run `npm install` inside each of these cloned directories
```
* Install this bundle into `nodecg/bundles` and then build resources
```shell
$ cd nodecg/bundles
$ git clone [email protected]:jai-x/wasd2020.git
$ cd nodecg/bundles/wasd2020
$ npm install
$ npm run build
```
* Update and symlink the config files in `nodecg/bundles/wasd2020/cfg`
```shell
$ nvim nodecg/bundles/wasd2020/cfg/* # edit and update the configs
$ ln -sf nodecg/bundles/wasd2020/cfg nodecg/cfg
```
* Run nodecg
```shell
$ cd nodecg/bundles/wasd2020
$ npm run nodecg
```