Skip to content

Commit

Permalink
Merge pull request #98 from bem/yarastqt.examples-docs
Browse files Browse the repository at this point in the history
docs: add readme for examples
  • Loading branch information
yarastqt authored Nov 26, 2020
2 parents 996d6c9 + 362bc3a commit ebe602a
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions examples/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# Examples

All examples has same structure and command for build.

## Build

```sh
npm run build
```

## Structure

```sh
├── package.json
├── themekit.config.json # themekit config
├── themes # project themes
│   ├── default
│   │   └── root.css # theme artifacts
│   └── default.theme.json # theme declaration
└── tokens # project tokens
├── color.tokens.yml
├── components.tokens.yml
└── typo.tokens.yml
```

0 comments on commit ebe602a

Please sign in to comment.