Skip to content

Commit ebf184b

Browse files
authored
chore(storybook): Move Storybook in it's own dir && Remove engines field from package.json (#34)
* Move Storybook dir * Remove engines field from package.json
1 parent d877cea commit ebf184b

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

47 files changed

+59224
-82
lines changed

.storybook/main.js

Lines changed: 0 additions & 25 deletions
This file was deleted.

README.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,7 @@ Hooks for managing, caching and syncing asynchronous and remote data in Svelte
2222
You noticed a bug, a possible improvement or whatever?
2323
Any help is always appreciated, so don't hesitate opening one!
2424

25-
Be sure to check out the [contributing guidelines](CONTRIBUTING.md) to fasten
26-
up the merging process.
25+
Be sure to check out the [contributing guidelines](CONTRIBUTING.md) to fasten up the merging process.
2726

2827
**Get started (Devs)**
2928

@@ -34,6 +33,14 @@ yarn
3433
yarn storybook
3534
```
3635

36+
**Running Storybook**
37+
38+
```bash
39+
cd storybook
40+
yarn
41+
yarn start
42+
```
43+
3744
**Running the tests**
3845

3946
```bash

0 commit comments

Comments
 (0)