An all-in-one application to manage your diet, reducing friction when finding appropriate daily meals, so you can focus on your life while keeping your inner fire blazing!
Node(v22) andpnpm(v10)supabaseCLI (as the npm packagesupabaseinstallation does not provide any bin, source)
An .env.local file is needed by Next.js, it can be generated by running:
pnpm setup:envTo connect to the production env, values can be found in the Supabase project.
Launch the dev environment in localhost:3000
pnpm devStart the supabase local instance
supabase start # or stoppnpm test:ui # runs UI tests
pnpm test:e2e # runs E2E tests
pnpm test:report # show reportDetails in the testing documentation.
Check the docs folder.