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.
- Host: GitHub
- URL: https://github.com/thorwebdev/fresh-supabase-auth-ui
- Owner: thorwebdev
- Created: 2023-02-14T04:13:58.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-02-13T03:13:51.000Z (over 3 years ago)
- Last Synced: 2025-03-26T02:51:58.088Z (about 1 year ago)
- Homepage: https://github.com/supabase/auth-ui/issues/110
- Size: 2.93 KB
- Stars: 1
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.