Skip to content

Commit

Permalink
Add readme
Browse files Browse the repository at this point in the history
  • Loading branch information
imprashast committed May 22, 2024
1 parent e3aeeb9 commit f2b5620
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,18 @@
# tokens
# Tokens

This repo imports colour variables/tokens from Figma using Figma's API, and uses Style Dictionary to transform those tokens to CSS, Android and iOS.

## How to use

First time do a pnpm install to make sure all packages are installed:

```sh
pnpm install
```

And then run the whole script:
```sh
pnpm build
```

Note: Never commit your FIGMA Token. Also make sure your FIGMA Token has access to the project

0 comments on commit f2b5620

Please sign in to comment.