This is a code bundle for Fetch GitHub Repository. The original project is available at https://www.figma.com/design/X1Bp9hJqOTXrmNHVmDXRhC/Fetch-GitHub-Repository.
Run npm i to install the dependencies.
Run npm run dev to start the development server.
Spark can run without Supabase. To prepare the optional backend:
- Copy
.env.exampleto.env.local. - Add your Supabase URL to
VITE_SUPABASE_URL. - Add your Supabase publishable key to
VITE_SUPABASE_PUBLISHABLE_KEY. - Set
VITE_USE_SUPABASE=true. - Optionally set
VITE_REQUIRE_AUTH=trueafter auth and RLS are validated. - Apply the migration in
supabase/migrations/to a Spark-only Supabase project. - Run
npm install. - Run
npm run build.
Do not add service role keys or real secrets to frontend source.