Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 688 Bytes

README.md

File metadata and controls

30 lines (18 loc) · 688 Bytes

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.