matrix.to/docs/developers.md

14 lines
139 B
Markdown
Raw Permalink Normal View History

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