One more step
Connect a Supabase project
See The Tree stores its trees, accounts and visits in Supabase. The free plan is enough to run the whole thing.
- Create a project at supabase.com/dashboard.
- Copy
.env.exampleto.env.localand fill in the project URL and anon key. - Apply the schema:
npx supabase db push, or paste the files insupabase/migrationsinto the SQL editor in order. - Load the starter trees with
supabase/seed.sql.
Full instructions, including Google sign-in and the survey tile layer, are in the README.