Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/timscodebase/basic_auth_template
- Owner: timscodebase
- Created: 2024-06-26T23:57:42.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-06-27T00:00:21.000Z (6 months ago)
- Last Synced: 2024-12-01T00:49:07.078Z (about 1 month ago)
- Language: TypeScript
- Size: 77.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`