Skip to content

blake-weissman/MaterialNutrition

Repository files navigation

Material Nutrition Public-Facing Repo

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/

Development

Add environment consts to src/environments

Then run:

$ npm install
$ ng serve

Deployment

Beta

Build with:

$ ng build --aot

Deploy with:

$ firebase use beta
$ firebase deploy --only hosting:beta

Prod

Build with:

$ ng build --prod

Deploy with:

$ firebase deploy --only hosting:prod