$ 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
The Supabase edge functions for students
can be viewed in supabase/functions/students folder.
$ bun lint // or pnpm, npm, yarn
Linting is automatically executed on commit.