This contains everything you need to run your app locally and deploy it online.
Prerequisites: Node.js
- Install dependencies:
npm install - Set the
GEMINI_API_KEY(if necessary) in.env.localto your Gemini API key, using.env.exampleas a template. - Start the project:
npm run dev
A GitHub Actions workflow is included at .github/workflows/deploy.yml. When you push to the main or master branch, the workflow will automatically build your static site and deploy it to GitHub Pages. Make sure to enable GitHub Pages in your repository settings (Settings -> Pages -> Source: GitHub Actions).
