Set up story book

This commit is contained in:
Jorik Schellekens
2020-07-30 13:30:27 +01:00
parent d5f1b57b86
commit 281f9ed766
13 changed files with 3402 additions and 168 deletions
+13
View File
@@ -0,0 +1,13 @@
# Developing
Clone the repo and
```
yarn start
```
## Storybook
Storybook lets you view components individually.
```
yarn storybook
```