Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fetch GitHub Repository

This is a code bundle for Fetch GitHub Repository. The original project is available at https://www.figma.com/design/X1Bp9hJqOTXrmNHVmDXRhC/Fetch-GitHub-Repository.

Running the code

Run npm i to install the dependencies.

Run npm run dev to start the development server.

Backend setup

Spark can run without Supabase. To prepare the optional backend:

  1. Copy .env.example to .env.local.
  2. Add your Supabase URL to VITE_SUPABASE_URL.
  3. Add your Supabase publishable key to VITE_SUPABASE_PUBLISHABLE_KEY.
  4. Set VITE_USE_SUPABASE=true.
  5. Optionally set VITE_REQUIRE_AUTH=true after auth and RLS are validated.
  6. Apply the migration in supabase/migrations/ to a Spark-only Supabase project.
  7. Run npm install.
  8. Run npm run build.

Do not add service role keys or real secrets to frontend source.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages