Notice: This project has been relocated to the rpitv/glimpse monorepo
NodeCG bundle designed for use with the RPI TV Glimpse infrastructure.
Built using the template nodecg-vue-ts-template. View it's license here.
Requires node
version 18 and npm
version 9.
# installs the parent NodeCG repository
git clone https://github.com/nodecg/nodecg.git
cd nodecg
git reset --hard 2679f0e
npm i
npm run build
# installs glimpse-graphics repository
cd bundles
git clone https://github.com/rpitv/glimpse-graphics.git
cd glimpse-graphics
npm i
Open a terminal to this glimpse-graphics
folder.
# TO DEVELOP
npm run dev
# TO RUN IN PRODUCTION
npm run build
npm run start
Open a terminal to this glimpse-graphics
folder.
# downloads any updates
git pull origin
npm i