Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 491 Bytes

File metadata and controls

30 lines (20 loc) · 491 Bytes

GlycemicGPT Website

Public website for the GlycemicGPT platform at glycemicgpt.org.

Tech Stack

  • Next.js 16 with static export
  • React 19, TypeScript
  • Tailwind CSS v4, shadcn/ui
  • Framer Motion, Recharts
  • Deployed to GitHub Pages via Cloudflare DNS

Development

npm install
npm run dev

Build

npm run build

Static output is generated in ./out/ for GitHub Pages deployment.

License

GPL-3.0 - see LICENSE