-
Sign up or sign in into supabase and create a new project
-
Disable email confirmations in the auth config settings (Authentication (Sidebar) > Settings > Enable email confirmations) (Might be changed in later release)
-
In the extensions tab search for FUZZYSTRMATCH and enable it (Database (Sidebar) > (In the second sidebar under "Databases") Extensions > Searchbar)
-
Make a new query (SQL (Sidebar) > New query)
-
Copy paste main.sql into it and click on run
-
Make another new query, but copy functions.sql into it and click on run
-
In the root of the cloned project, replace the SUPABASE_URL and SUPABASE_ANON_KEYS with your own credentials from the newly configured supabase project (settings > api > anon public/url)