/online-paint

Realtime paint app ✨✏️🎨✨

Primary LanguageJavaScript

Demo — https://online-paint.firebaseapp.com

This project was bootstrapped with Create React App.

Below you will find some information on how to perform common tasks.
You can find the most recent version of this guide here.

Firebase

API built on top of Firebase, please follow Firebase doc to setup backend.

If you want to use your own firebase project you need to create a firebase project with enabled anonymous auth and Cloud Firestore

Setup

  npm install -g firebase-tools
  npm i

Create config file firebase.config.js at src folder from template

npm start