Skip to content

Commit 53201ca

Browse files
committed
add development section to readme
1 parent 0adc9ca commit 53201ca

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,3 +96,17 @@ See also: [A short introduction to the Form system](https://solid.github.io/soli
9696

9797
Contributions of bug fixes and new functionality, documentation, and tests are
9898
always appreciated.
99+
100+
## Development
101+
102+
When developing a component in solid-ui you can test it in isolation using storybook
103+
104+
```
105+
npm run build
106+
npm run storybook
107+
```
108+
109+
If there is no story for the component yet, add a new one to `./src/stories`.
110+
111+
When you want to test the component within a solid-pane, you can use the [development mode of solid-panes](https://github.com/solid/solid-panes#development) or
112+
[mashlib-dev](https://github.com/solid/mashlib-dev).

0 commit comments

Comments
 (0)