# paste-tokens

Token list for Paste

## Getting started

Install all the things

```
yarn install
```

Then run

```
yarn dev
```

To get started

## `yarn dev`

This command will compile the tokens into their respective formats for export. It will also spin up the docs in HTML format for you to preview your work whilst you add or modify tokens.

## `yarn tokens`

This command will build all the tokens into the dist and docs directories.
