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
- Have a working version of nodecg on the system
- Install
nodecg-speedcontrolandnodecg-tiltifyintonodecg/bundles
$ 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/bundlesand then build resources
$ 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
$ nvim nodecg/bundles/wasd2020/cfg/* # edit and update the configs
$ ln -sf nodecg/bundles/wasd2020/cfg nodecg/cfg- Run nodecg
$ cd nodecg/bundles/wasd2020
$ npm run nodecg