Skip to content

Learn how to add Supabase Authentication to your SvelteKit application.

Notifications You must be signed in to change notification settings

huntabyte/sk-supabase-auth

Repository files navigation

Auth with SvelteKit & Supabase

This project was built for a tutorial which can be found on my YouTube channel.

Quick Start

This is the starter code for this project, which includes just the styles and initial markup. The final source code can be found in the final-source branch of this repository.

Clone the repository

git clone https://github.com/huntabyte/sk-supabase-auth

Install dependencies

npm install

Start the development server

npm run dev

# or start the server and open the app in a new browser tab
npm run dev -- --open

About

Learn how to add Supabase Authentication to your SvelteKit application.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published