Open this file in a text editor and paste your Supabase project keys near the top of the script:
const SUPABASE_URL = "https://YOUR-PROJECT.supabase.co";
const SUPABASE_ANON_KEY = "your-anon-public-key";
Find them in Supabase → Project Settings → API. Then reload this page. Full steps are in the setup guide.