place
place copied to clipboard
A simple clone of r/place - A shared pixel art canvas
Reddit Place clone
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.
Contributing
Make a pull request.
Local development
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.
Deployment
All merges to main
are deployed automatically to place.chetbox.com from Github Actions using Firebase CLI tools.