Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 680 Bytes

File metadata and controls

25 lines (18 loc) · 680 Bytes

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