Skip to content
This repository has been archived by the owner on Apr 3, 2024. It is now read-only.

NodeCG Graphics bundle for RPI TV Glimpse applications.

License

MIT, MIT licenses found

Licenses found

MIT
LICENSE
MIT
TEMPLATE_LICENSE
Notifications You must be signed in to change notification settings

rpitv/glimpse-graphics

Repository files navigation

Notice: This project has been relocated to the rpitv/glimpse monorepo


Glimpse Graphics

NodeCG bundle designed for use with the RPI TV Glimpse infrastructure.

Built using the template nodecg-vue-ts-template. View it's license here.

Setup

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

Running

Open a terminal to this glimpse-graphics folder.

# TO DEVELOP
npm run dev

# TO RUN IN PRODUCTION
npm run build
npm run start

Updating

Open a terminal to this glimpse-graphics folder.

# downloads any updates
git pull origin
npm i

About

NodeCG Graphics bundle for RPI TV Glimpse applications.

Topics

Resources

License

MIT, MIT licenses found

Licenses found

MIT
LICENSE
MIT
TEMPLATE_LICENSE

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages