- Anirudh, Yallapragada (ayall2@uic.edu)
- Tommy, Kang (dkang51@uic.edu)
- Thomas, Webber (twebb21@uic.edu)
- Adetayo Timothy Olusegun (@olus2@uic.edu)
- Prof. Chris Kanich (@kaytwo)
-
Hosted on Cloudflare Pages
-
Auto-deploys on every push to
main -
Live site link [fix url]
This repository contains our team’s project with CI/CD pipelines configured using Cloudflare Pages.
main– protected branch for stable codedev– integration branch for all features
git clone https://github.com/aolus2/cs484-project-ci-cd.git
## Development Setup for group members.
```bash
npm install
npm run dev
## Setup
1. Create a Google API key for Gemini.
2. Set the env var:
```bash
export GOOGLE_API_KEY="your_key_here"