Skip to content
This repository has been archived by the owner on Feb 6, 2025. It is now read-only.

Latest commit

 

History

History
20 lines (13 loc) · 447 Bytes

File metadata and controls

20 lines (13 loc) · 447 Bytes

Sveltekit + Cloudflare Pages Workers KV + Supabase + DaisyUI example app

Browse sample app at antifomo.pages.dev

Features

  • Reactive search
  • Supabase js queries and RPC function calls
  • KV caching
  • Deployed using cloudflare + supabase free tier plans (costs $0 to run)

Building

To create a production version of your app:

npm run build

You can preview the production build with npm run preview.