Extend design tokens from Style Dictionary for themable design systems using Node.
- Node.js 22
- Git
- Select the compatible Node version:
nvm use
- Install dependencies:
npm install
- Build the project:
npm run build
- Build the project with Watch:
npm start