12 lines
407 B
Markdown
12 lines
407 B
Markdown
# 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.
|