matrix.to/docs/developers.md

14 lines
139 B
Markdown
Raw Normal View History

2020-07-30 15:30:27 +03:00
# Developing
Clone the repo and
```
yarn start
```
## Storybook
Storybook lets you view components individually.
```
yarn storybook
```