Skip to content

Latest commit

 

History

History
43 lines (32 loc) · 1.12 KB

README.md

File metadata and controls

43 lines (32 loc) · 1.12 KB

crumblepad

Let's get ready to crumble!

explore the app

https://crumblepad.web.app/home

docs to read

Regular installation

  1. git clone https://github.com/dmitrijs-voronovs/crumblepad.git && cd crumblepad
  2. npm run ci && npm run start

installation for developers

  1. npm install -g ionic@latest
  2. git clone [email protected]:dmitrijs-voronovs/crumblepad.git
  3. cd crumblepad
  4. npm i
  5. git checkout development
  6. go to https://firebase.google.com/ and register the app
  7. create .env and insert your credentials with the following structure
    REACT_APP_API_KEY=xxx
    REACT_APP_AUTH_DOMAIN=xxx.firebaseapp.com
    REACT_APP_DATABASE_URL=https://xxx.firebaseio.com
    REACT_APP_PROJECT_ID=xxx
    REACT_APP_STORAGE_BUCKET=xxx.appspot.com
    REACT_APP_MESSAGING_SENDER_ID=xxx
    REACT_APP_ID=xxx
    REACT_APP_MEASUREMENT_ID=G-xxx
  8. npm run start

to deploy

In case you are not logged into firebase run firebase login