2 Commits

Author SHA1 Message Date
David East 89012cc4d1 docs: set up licensing and headers (#10)
* docs: update recommended tokens in spec

* feat: set up OSS boilerplate and license headers

* chore: update package.json for npm publish readiness

* chore: update build script and ignore copied files in packages/cli
2026-04-21 10:28:35 -04:00
xkxx f1cd092727 Add 3 example DESIGN.md directories with derived files
Add three example design systems demonstrating DESIGN.md format and
its derived outputs:

- paws-and-paths: Warm pet-care platform (light theme, Plus Jakarta Sans)
- totality-festival: Solar eclipse festival (dark cosmic theme, Space Grotesk + Inter)
- atmospheric-glass: Weather app (glassmorphism, Inter)

Each example includes:
- DESIGN.md: Complete design system spec with YAML frontmatter tokens and
  markdown style guidance
- tailwind.config.js: Tailwind CSS v3 theme config derived from the
  design tokens (colors, typography, border-radius, spacing)
- design_tokens.json: DTCG-compliant JSON with all tokens including
  component-level tokens, using structured color/dimension/typography values
2026-04-10 23:50:40 -07:00