View prototype: https://ai.studio/apps/97e48dc3-a102-4619-adbc-053d78ea68b3
Prerequisites: Node.js
- Install dependencies:
npm install - Set the
GEMINI_API_KEYin .env.local to your Gemini API key - Run the app:
npm run dev
This repository is configured to build the Vite app and publish the static dist/ output to the gh-pages branch using a GitHub Actions workflow (.github/workflows/pages.yml).
- To trigger a deploy, push to
main. - GitHub Pages site (once deployed):
https://dcplatforms.github.io/F2K
Note: server.ts is included for backend use and is not executed by GitHub Pages. If you want me to separate server bundling from the Pages build, I can update package.json accordingly.