Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 748 Bytes

README.md

File metadata and controls

23 lines (19 loc) · 748 Bytes

DrawMyThang

we're gonna draw that thang

Set up this thang.

npm install npm run build npm start go to localhost:8080

This project requires firebase

Using base.example.jsx as a template create a new file called base.jsx. Include your super duper awesome firebase configuration.

const config = {
  apiKey: "SUPER_DUPER_AWESOME_API_KEY_Quotes_Required",
  authDomain: "SUPER_DUPER_AWESOME_AUTH_DOMAIN_Quotes_Required",
  databaseURL: "SUPER_DUPER_AWESOME_DATABASE_URL_Quotes_Required",
  projectId: "SUPER_DUPER_AWESOME_PROJECT_ID_Quotes_Required",
  storageBucket: "SUPER_DUPER_AWESOME_STORAGE_BUCKET_Quotes_Required",
  messagingSenderId: "SUPER_DUPER_AWESOME_MESSAGING_SENDER_ID_Quotes_Required"
};