https://github.com/lukasoppermann/dtws
Design token workshop
https://github.com/lukasoppermann/dtws
Last synced: 10 months ago
JSON representation
Design token workshop
- Host: GitHub
- URL: https://github.com/lukasoppermann/dtws
- Owner: lukasoppermann
- License: mit
- Created: 2024-07-15T19:08:02.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-19T19:39:20.000Z (about 1 year ago)
- Last Synced: 2025-01-16T15:56:18.459Z (12 months ago)
- Language: JavaScript
- Size: 405 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Basic Style Dictionary
This example code is bare-bones to show you what this framework can do. If you have the style-dictionary module installed globally, you can `cd` into this directory and run:
```bash
npx style-dictionary build
```
Otherwise, install Style Dictionary locally for this project first, `cd` into this directory and run:
```bash
npm init -y && npm install style-dictionary
```
and then run the above command.