This is a boilerplate for SvelteKit and Supabase!
Fullstack SvelteKit and Supabase boilerplate with user authentication, routing protection, TailwindCSS, DaisyUI, ESLint/Prettier!
This template manages sessions in a Svelte-friendly way without using @supabase/ssr
or @supabase/auth-helper
.
So if you want @supabase/ssr
you can use >> this one! <<
Copy .env.example
to .env.local
and fill in the environment variables.
pnpm install
pnpm dev