____ __ __ __ __ __ __ ____
| \ | T T| T T| T T| \
| o )| | || | || | || D )
| T| | || | || | || /
| O || : || : || : || \
| |l |l |l || . Y
l_____j \__,_j \__,_j \__,_jl__j\_j
A fairly trivial web app to send webcam gifs back and forth via websockets.
Possibly running at https://buuur.fly.dev
fly launch
fly deploy
See the package.json
file for npm
tasks
Some highlights:
npm install
npm run build
builds from sourcenum run watch
sets webpack to watch for changesnpm run serve
runs local server on port 3000npm run test-e2e
runs browser end to end tests
Q: Why is this an unreadable mess? A: I made it a hundred years ago and is now just a fun legacy app that I use sometimes with friends. I keep it functioning with minimal effort at this point.