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

https://github.com/thorwebdev/fresh-supabase-auth-ui

Minimal reproducible example for the Supabase Auth UI in Deno's Fresh framework.
https://github.com/thorwebdev/fresh-supabase-auth-ui

Last synced: 3 months ago
JSON representation

Minimal reproducible example for the Supabase Auth UI in Deno's Fresh framework.

Awesome Lists containing this project

README

          

# fresh project

### Usage

First, define `SUPABASE_URL` and `SUPABASE_ANON_KEY` in `.env`.

Start the project:

```
deno task start
```

This will watch the project directory and restart as necessary.