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
- Host: GitHub
- URL: https://github.com/jai-x/wasd2020
- Owner: jai-x
- Created: 2020-01-22T20:09:27.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-03-09T01:52:08.000Z (about 4 years ago)
- Last Synced: 2024-05-27T19:49:02.256Z (about 1 year ago)
- Topics: nodecg, nodecg-bundle
- Language: JavaScript
- Homepage: https://wasd.warwick.gg
- Size: 1.51 MB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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
```