This repository houses the front-end and back-end application code of Welcome To My Garden.
WTMG has a frontend (./) built with SvelteKit, and a backend (./api) largely on built on Firebase.
The backend integrates with SendGrid (email), Stripe (subscriptions for our membership program), and with a Supabase PostgreSQL replica (for more advanced queries that Firestore can't handle).
Problems & bug reports are welcome in Issues.
For other contributions, check CONTRIBUTING.md first.