Skip to content

Latest commit

 

History

History

sycamore-auth

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

Sycamore With Supabase Auth Example

Sycamore is an reactive library for creating web apps in Rust and WebAssembly. Supabase is an open source Firebase alternative.

Live demo https://sycamore-supabase-auth.netlify.app

Running

Add enironment variables

SUPABASE_URL={ACCESS_TOKEN}
SUPABASE_KEY={SUPABASE_KEY}

of if you on PowerShell

$Env:SUPABASE_URL="{ACCESS_TOKEN}"
$Env:SUPABASE_KEY="{SUPABASE_KEY}"

and then

trunk serve