App for ordering food.
- Create a firebase account on https://www.firebase.com/
- Create a new firebase app (add the app url to public/js/config.js)
- Create a google cloud console account on https://cloud.google.com/
- Follow instructions on https://www.firebase.com/docs/web/guide/login/google.html
- clone this repo
- cd into project directory
- copy config.js.sample into config.js and set the firebase url
- run
npm install
- run
npm run dev
- Open the webrowser on http://localhost:8080