matrix.to/docs/developers.md
2020-07-30 13:30:27 +01:00

14 lines
139 B
Markdown

# Developing
Clone the repo and
```
yarn start
```
## Storybook
Storybook lets you view components individually.
```
yarn storybook
```