/enceladus-1

A project built to show off the SvelteKit + Supabase stack by building a DallE wrapper

Primary LanguageTypeScript

enceladus-1

SvelteKit + Supabase Example App

NOTE: There are pieces missing here and unprotected routes, this is for demonstration purposes only.

what you need to run this app

how to run this app

  1. Clone this repo
  2. Run pnpm install to install dependencies
  3. Fill in the .env file with your credentials (follow the example)
  4. Start the supabase instance with supabase start
  5. Run pnpm dev to start the app

need help?