Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 953 Bytes

README.md

File metadata and controls

23 lines (19 loc) · 953 Bytes

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?