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).
- Setup Supabase Project
- Configure your Supabase url and anon key in
src/environments/environment.prod.ts
and for local development insrc/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. - Start application with
npm start
The application can run on any static file hosting provider.
These are the steps for Netlify which this project runs on for me:
- Create a new site with the repository (fork it to have a stable version and to change the environment files)
- Configure Deploy
- Base directory:
<empty>
- Build command:
ng build --prod
- Publish directory:
dist/Foodcal
- Base directory: