Source for the Garber Lab website — Department of Genomics and Computational Biology, UMass Chan Medical School.
Next.js (static export), React, TypeScript, Tailwind CSS. Deployed to Cloudflare Pages.
npm install
npm run devnpm run buildProduces a static export in out/.
Site copy lives in data/*.ts, separate from the presentational components
in components/*.tsx. Edit the data files to change page content without
touching component code.