Stream management for OEO made in NodeCG
INSTALL BUNDLE DEPENDACIES AND BUILD BUNDLE BEFORE LAUNCHING NODECG SERVER
NodeCG Setup
Install Dependancies
npm install
Install Process Manager 2
npm i pm2 -g
Launch NodeCG Server
pm2 start index.js
Bundle Setup
Move to OEO Bundle
cd bundles/oeo-assets
Install Dependancies
npm install
Start Dev Mode (Launches parcel with synchronous export)
npm run dev
OR
Start Build
npm run build
View Panel
localhost:9090