Initial commit

This commit is contained in:
2026-06-10 11:48:44 +02:00
commit b4ed440aed
20 changed files with 5227 additions and 0 deletions
+23
View File
@@ -0,0 +1,23 @@
# Blood Sugar Delay Lab
Standalone Glitch University component that visualizes type 2 diabetes as a delayed feedback problem. The graph shows blood sugar, insulin level, and insulin response moving out of phase so learners can see how delay destabilizes a system that is trying to return to equilibrium.
## Commands
- `npm install`
- `npm run dev`
- `npm run build`
- `npm run preview`
From the workspace root, the standard wrappers also work:
- `npm run glitch:validate`
- `npm run glitch:build`
- `npm run glitch:release`
## Notes
- The packaged entrypoint is `src/index.tsx`
- Dev-only styling lives in `src/dev-theme.css`
- Host integration metadata lives in `glitch.manifest.json`
- CDN release path: `/components/bloodsugar.js`