This project is an interactive website built with Astro to showcase and compare AI Programming Assistants. It is automatically deployed to GitHub Pages.
-
Install Dependencies:
npm install
-
Start Development Server:
npm run dev
Open http://localhost:4321 to see the site.
- UI Text: Managed in
/public/locales/. - READMEs: This project maintains separate
READMEfiles for each supported language.
This site is automatically deployed to GitHub Pages via a GitHub Action defined in .github/workflows/deploy.yml whenever new commits are pushed to the main branch.
The configuration for GitHub Pages is set in astro.config.mjs.
- Site:
https://yuanyuanyuan.github.io - Base:
/AI-Programming-Assistant-Interactive-Report-2025/
This project was bootstrapped with Astro and assistance from an AI pair programmer.

