To see in action: https://mycoffeeapp.firebaseapp.com
- To order coffees from friends and keep track of who paid when!
- 0.1.a1
- Install node.js
- Run this:
cd web
npm install
npm install firebase-tools "gulpjs/gulp#4.0" -g
gulp # runs local server, watches for js changes and recompiles on the fly, notifies of errors as well!
- visit http://localhost:5000/
npm run deploy
- Edit the rules.yaml file (it's using the blaze format)
- To rebuild the rules.json and upload it:
npm run rules