0.0.6 • Published 3 years ago

shaderdrop v0.0.6

Weekly downloads
-
License
UNLICENSED
Repository
github
Last release
3 years ago

shaderDrop

setting up pipes via QR codes - Video Demo

setup dev enviroment

git clone https://github.com/Maxqia/shaderDrop.git
npm install
npx lerna bootstrap

compile and run server

npx lerna run tsc
cd packages/webclient/
npx run webpack
cd ../server/
PORT=8080 npm run server