Skip to content

Commit

Permalink
Remove storybook (#257)
Browse files Browse the repository at this point in the history
* feat: remove storybook

* fix: undo test actions
  • Loading branch information
fruneen committed Jan 17, 2024
1 parent 304ceea commit 9331181
Show file tree
Hide file tree
Showing 11 changed files with 369 additions and 8,456 deletions.
32 changes: 0 additions & 32 deletions .github/workflows/storybook-deployment.yml

This file was deleted.

1 change: 0 additions & 1 deletion docs/web/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ The core technologies include:
- [React Hook Form](https://react-hook-form.com/) + [Zod](https://zod.dev/): Efficient form management and schema validation tools.
- [Mantine UI](https://mantine.dev/) + [Tabler](https://tabler-icons.io/): UI components and icons for responsive and accessible web interfaces.
- [Typescript](https://www.typescriptlang.org/): JavaScript with syntax for types, enhancing scalability and maintainability.
- [Storybook](https://storybook.js.org/) + [Chromatic](https://www.chromatic.com/): UI development tools for building and testing components.

## Web Starter Documentation Sections

Expand Down
38 changes: 0 additions & 38 deletions template/.github/workflows/storybook-deployment.yml

This file was deleted.

1 change: 0 additions & 1 deletion template/apps/web/.dockerignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
node_modules
.storybook
.idea
.husky
3 changes: 0 additions & 3 deletions template/apps/web/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,5 @@ yarn-error.log*
# vercel
.vercel

# storybook
storybook-static

.env
.env.local
61 changes: 0 additions & 61 deletions template/apps/web/.storybook/main.js

This file was deleted.

1 change: 0 additions & 1 deletion template/apps/web/.storybook/preview-head.html

This file was deleted.

10 changes: 0 additions & 10 deletions template/apps/web/.storybook/preview.js

This file was deleted.

10 changes: 0 additions & 10 deletions template/apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@
"build": "next build",
"dev": "next dev -p 3002",
"start": "next start -p 3002",
"storybook": "start-storybook -p 6007",
"build-storybook": "build-storybook",
"ts-lint": "tsc --noEmit --incremental --watch",
"precommit": "lint-staged && next lint --fix"
},
Expand Down Expand Up @@ -44,13 +42,6 @@
},
"devDependencies": {
"@babel/core": "7.21.0",
"@react-theming/storybook-addon": "1.1.10",
"@storybook/addon-actions": "6.5.16",
"@storybook/addon-essentials": "6.5.16",
"@storybook/addon-links": "6.5.16",
"@storybook/builder-webpack5": "6.5.16",
"@storybook/manager-webpack5": "6.5.16",
"@storybook/react": "6.5.16",
"@tanstack/eslint-plugin-query": "5.12.1",
"@tanstack/react-query-devtools": "5.13.5",
"@types/mixpanel-browser": "2.38.1",
Expand All @@ -61,7 +52,6 @@
"@typescript-eslint/eslint-plugin": "5.54.1",
"@typescript-eslint/parser": "5.54.1",
"babel-loader": "9.1.2",
"chromatic": "6.17.1",
"css-loader": "6.7.3",
"eslint": "8.36.0",
"eslint-config-airbnb": "19.0.4",
Expand Down
69 changes: 0 additions & 69 deletions template/apps/web/src/components/Link/Link.stories.tsx

This file was deleted.

Loading

0 comments on commit 9331181

Please sign in to comment.