Skip to content

Commit

Permalink
chore(storybook): Move Storybook in it's own dir && Remove engines fi…
Browse files Browse the repository at this point in the history
…eld from package.json (#34)

* Move Storybook dir
* Remove engines field from package.json
  • Loading branch information
frederikhors authored Apr 7, 2021
1 parent d877cea commit ebf184b
Show file tree
Hide file tree
Showing 47 changed files with 59,224 additions and 82 deletions.
25 changes: 0 additions & 25 deletions .storybook/main.js

This file was deleted.

11 changes: 9 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,7 @@ Hooks for managing, caching and syncing asynchronous and remote data in Svelte
You noticed a bug, a possible improvement or whatever?
Any help is always appreciated, so don't hesitate opening one!

Be sure to check out the [contributing guidelines](CONTRIBUTING.md) to fasten
up the merging process.
Be sure to check out the [contributing guidelines](CONTRIBUTING.md) to fasten up the merging process.

**Get started (Devs)**

Expand All @@ -34,6 +33,14 @@ yarn
yarn storybook
```

**Running Storybook**

```bash
cd storybook
yarn
yarn start
```

**Running the tests**

```bash
Expand Down
Loading

0 comments on commit ebf184b

Please sign in to comment.