<<<<<<< HEAD
This is a code bundle for CrediWork website generation. The original project is available at https://www.figma.com/design/QFMC9x8kcVL70NTBfhiHqV/CrediWork-website-generation.
Run npm i to install the dependencies.
Run npm run dev to start the development server.
- Copy
.env.exampleto.env. - Fill
VITE_FIREBASE_*keys from your Firebase project. - Restart the dev server.
Without these values, the app runs in demo mode using seeded tracking data.
npm --prefix functions installnpm --prefix functions run build- Deploy functions:
firebase deploy --only functions
Implemented callable functions:
syncGithubContributionssyncGoogleDocsContributionsrecordPeerValidationgenerateTaskPlan(Gemini-based task generation)
Set Gemini key before deploy:
firebase functions:secrets:set GEMINI_API_KEY
37c8b07 (Initial commit)