mimic-sussex / sema

Sema – A Playground for Live Coding Music and Machine Learning
https://sema.codes
MIT License
151 stars 51 forks source link

Uncaught Error: supabaseUrl is required. #345

Closed smilo7 closed 2 years ago

smilo7 commented 2 years ago

When running npm install then npm run dev with the latest version on the develop branch I get:

Uncaught Error: supabaseUrl is required.
SupabaseClient http://localhost:5000/build/main.js:7683
createClient http://localhost:5000/build/main.js:7814     
<anonymous> http://localhost:5000/build/main.js:7820 main.js:7683:19     
SupabaseClient http://localhost:5000/build/main.js:7683     
createClient http://localhost:5000/build/main.js:7814     
<anonymous> http://localhost:5000/build/main.js:7820     
InnerModuleEvaluation self-hosted:2381     
evaluation self-hosted:2332

Are there some extra steps needed to setup supabase to run locally?