UNPKG

443 BMarkdownView Raw
1# paste-tokens
2
3Token list for Paste
4
5## Getting started
6
7Install all the things
8
9```
10yarn install
11```
12
13Then run
14
15```
16yarn dev
17```
18
19To get started
20
21## `yarn dev`
22
23This 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.
24
25## `yarn tokens`
26
27This command will biuld all the tokens into the dist and docs directories.