Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/timscodebase/basic_auth_template

Basic authentication template with Svelte 5, Drizzle, SupaBase
https://github.com/timscodebase/basic_auth_template

Last synced: about 1 month ago
JSON representation

Basic authentication template with Svelte 5, Drizzle, SupaBase

Awesome Lists containing this project

README

        

# SvelteKit + Supabase Tutorial

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**

## Getting Started

1. Clone the repo
2. Install dependencies with `bun i`
3. Create a `.env` based on `.env.example`
4. Start your supabase server with `supabase start`
5. Start your app with `bun run dev`