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

https://github.com/blfpd/sveltekit-supabase-auth


https://github.com/blfpd/sveltekit-supabase-auth

Last synced: 8 days ago
JSON representation

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