Initial commit

This commit is contained in:
2026-06-10 11:48:40 +02:00
commit 40d67c1d6b
17 changed files with 4263 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
# Demographic Wave
Standalone Glitch University component that simulates how a large generation moves through age bands and changes which cohort's policy preferences dominate.
## Development
- `npm install`
- `npm run dev`
- `npm run build`
The component follows the Glitch Component contract and registers itself as `window.GlitchComponents["demographic-wave"]` when loaded from the built IIFE bundle.