Skip to content

Commit 266d619

Browse files
committed
Remove storybook
1 parent 0e188b3 commit 266d619

17 files changed

+7231
-30179
lines changed

.eslintignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +0,0 @@
1-
!.storybook

.eslintrc.json

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,5 @@
11
{
2-
"extends": [
3-
"next/core-web-vitals",
4-
"prettier",
5-
"plugin:storybook/recommended",
6-
"plugin:@typescript-eslint/recommended"
7-
],
2+
"extends": ["next/core-web-vitals", "prettier", "plugin:@typescript-eslint/recommended"],
83
"rules": {
94
"comma-spacing": ["error", { "before": false, "after": true }],
105
"react/no-unescaped-entities": 0,

.storybook/main.js

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

.storybook/preview.js

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

CONTRIBUTING.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ This project is built with Next.JS, Typescript and CSS modules.
1414
Icons - [React Icons Documentation]( https://react-icons.github.io/react-icons)
1515
Code Snippets - [React Syntax Highlighter Documentation](https://github.com/react-syntax-highlighter/react-syntax-highlighter)
1616
Translations - [next-i18next Documentation](https://next.i18next.com/)
17-
Storybook - [Storybook Documentation](https://storybook.js.org/)
1817

1918
## How to contribute
2019

@@ -45,10 +44,6 @@ Storybook - [Storybook Documentation](https://storybook.js.org/)
4544
```bash
4645
yarn dev
4746
```
48-
If you are making an isolated component and wish to run storybook locally instead of the whole website run this instead of `yarn dev`:
49-
```bash
50-
yarn storybook
51-
```
5247

5348
10. Make your changes
5449
11. Stage your changes:

0 commit comments

Comments
 (0)