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 build
Install firebase-tools
:
yarn global add firebase-tools
Run 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.