This is the final project of my SvelteKit + Supabase tutorial. It's a super simple app where you can sign in and manage your profile, but it showcases most of the key concepts you need.
VIDEO LINK: https://youtu.be/lEWghUOta-4
- Clone the repo
- Install dependencies with
bun i - Create a
.envbased on.env.example - Start your supabase server with
supabase start - Start your app with
bun run dev