See The TreeLondon

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.

  1. Create a project at supabase.com/dashboard.
  2. Copy .env.example to .env.local and fill in the project URL and anon key.
  3. Apply the schema: npx supabase db push, or paste the files in supabase/migrations into the SQL editor in order.
  4. Load the starter trees with supabase/seed.sql.

Full instructions, including Google sign-in and the survey tile layer, are in the README.