https://github.com/blfpd/sveltekit-supabase-auth
https://github.com/blfpd/sveltekit-supabase-auth
Last synced: 8 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/blfpd/sveltekit-supabase-auth
- Owner: blfpd
- Created: 2022-08-03T12:21:25.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-08-03T12:26:01.000Z (almost 4 years ago)
- Last Synced: 2025-11-19T02:03:22.066Z (7 months ago)
- Language: JavaScript
- Homepage: sveltekit-supabase-auth.vercel.app
- Size: 42 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SvelteKit with Supabase Auth Helpers
github repo for a tutorial published on https://dev.to/kvetoslavnovak/sveltekit-with-supabase-auth-helpers-578a
## Install dependecies of the project
```bash
npm install
```
## Keys
Add your .env Sipabase keys.
## Run
To preview the production build:
```bash
npm run dev
```