# Getting Started 1. **Read** [`design.md`](../../design.md) — the canonical token spec. 2. **Pick** a platform from [`examples/`](../../examples/). 3. **Install** the fonts from [`assets/fonts/`](../../assets/fonts/). 4. **Import** the tokens from [`tokens/`](../../tokens/). 5. **Layer** a theme from [`themes/`](../../themes/). ## Local setup ```bash # install npm install # regenerate tokens (when scripts/build-tokens.js is implemented) npm run build:tokens ```