A simple clone of r/place but with no login or time-limiting. Just a big ol' shared canvas for you to play with.
Built with Firebase Realtime Database, Firebase Hosting, and Vue.js.
Make a pull request.
Build the source.
yarn
yarn workspaces run buildInstall firebase-tools:
yarn global add firebase-toolsRun firebase serve -p 8000 then navigate to http://localhost:8000.
All merges to main are deployed automatically to place.chetbox.com from Github Actions using Firebase CLI tools.