An open API service indexing awesome lists of open source software.

https://github.com/lukasoppermann/dtws

Design token workshop
https://github.com/lukasoppermann/dtws

Last synced: 10 months ago
JSON representation

Design token workshop

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.