Skip to content

isaacdarcilla/supabase-edge-nextjs

Repository files navigation

Supabase Edge Functions and NextJS

image

Running Locally

$ git clone https://github.com/isaacdarcilla/supabase-edge-nextjs
$ cd supabase-edge-nextjs
$ cp .env.example .env.local
$ bun install // or pnpm, npm, yarn
$ bun run dev // or pnpm, npm, yarn

Should now be accessible in http://localhost:3000

Edge Functions

The Supabase edge functions for students can be viewed in supabase/functions/students folder.

Linting

$ bun lint // or pnpm, npm, yarn

Linting is automatically executed on commit.