/MaterialNutrition

A responsive web app for tracking daily food, calorie, and macronutrient intake across devices.

Primary LanguageTypeScriptGNU General Public License v3.0GPL-3.0

Material Nutrition

A responsive web app for tracking daily food, calorie, and macronutrient intake across devices.

Built with Angular and Firebase.

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