SvelteKit + Supabase Example App
NOTE: There are pieces missing here and unprotected routes, this is for demonstration purposes only.
- Node.js
- Supabase
- Supabase CLI
- pnpm (not required, but recommended)
- Docker (for supabase)
- OpenAI API Key
- Github Social Login
- Clone this repo
- Run
pnpm install
to install dependencies - Fill in the
.env
file with your credentials (follow the example) - Start the supabase instance with
supabase start
- Run
pnpm dev
to start the app