Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/luzefiru/hono-worker-supabase
A PoC using the Hono Cloudflare Workers template with Supabase.
https://github.com/luzefiru/hono-worker-supabase
Last synced: 19 days ago
JSON representation
A PoC using the Hono Cloudflare Workers template with Supabase.
- Host: GitHub
- URL: https://github.com/luzefiru/hono-worker-supabase
- Owner: Luzefiru
- Created: 2024-04-03T12:07:26.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-04-05T10:23:12.000Z (10 months ago)
- Last Synced: 2024-11-09T20:12:51.645Z (3 months ago)
- Language: TypeScript
- Homepage:
- Size: 1.95 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
To test the server using wrangler locally:
```bash
npm install
npm run dev
```To deploy to a Cloudflare worker:
```bash
npm run deploy
```