Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 1.08 KB

README.md

File metadata and controls

21 lines (14 loc) · 1.08 KB

Foodcal

Weekly food planning tool for my own purpose. Currently in a MVP version (still, even after 4 (and counting) Angular upgrades and a switch from FaunaDB to Supabase).

Installation

  1. Setup Supabase Project
  2. Configure your Supabase url and anon key in src/environments/environment.prod.ts and for local development in src/environments/environment.ts. You can use the productive Supabase project, a specific test project or the recommendation: the container based local development flow which this repo is configured for.
  3. Start application with npm start

Deployment

The application can run on any static file hosting provider.

These are the steps for Netlify which this project runs on for me:

  1. Create a new site with the repository (fork it to have a stable version and to change the environment files)
  2. Configure Deploy
    • Base directory: <empty>
    • Build command: ng build --prod
    • Publish directory: dist/Foodcal