Let's get ready to crumble!
https://crumblepad.web.app/home
git clone https://github.com/dmitrijs-voronovs/crumblepad.git && cd crumblepad
npm run ci && npm run start
npm install -g ionic@latest
git clone [email protected]:dmitrijs-voronovs/crumblepad.git
cd crumblepad
npm i
git checkout development
- go to https://firebase.google.com/ and register the app
- create
.env
and insert your credentials with the following structureREACT_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
npm run start
In case you are not logged into firebase run
firebase login