Public-facing repo for Material Nutrition, a responsive web app for tracking daily food, calorie, and macronutrient intake across devices.
Built with Angular and Firebase.
This repo does not contain Material Nutrition's entire internal/private commit history. All code present in this repo has simply been added with limited commits instead of publishing Material Nutrition's entire internal Git history.
https://material-nutrition.web.app/
Add environment consts to src/environments
Then run:
$ npm install
$ ng serveBuild with:
$ ng build --aotDeploy with:
$ firebase use beta
$ firebase deploy --only hosting:betaBuild with:
$ ng build --prodDeploy with:
$ firebase deploy --only hosting:prod