Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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