Skip to content

Commit 6e233a0

Browse files
committed
major: remove storybook
1 parent a8086d9 commit 6e233a0

File tree

109 files changed

+8663
-4996
lines changed

Some content is hidden

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

109 files changed

+8663
-4996
lines changed

.github/workflows/chromatic.yml

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

.storybook/DocumentationTemplate.mdx

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

.storybook/YourTheme.js

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

.storybook/main.js

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

.storybook/manager-head.html

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

.storybook/manager.js

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

.storybook/package.json

Lines changed: 0 additions & 1 deletion
This file was deleted.

.storybook/preview-head.html

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

.storybook/preview.js

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

README.md

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
# CASWOW
22

3-
![Storybook](https://img.shields.io/badge/-Storybook-FF4785?style=for-the-badge&logo=storybook&logoColor=white)
4-
5-
[Demo](https://componentassemblysystems.github.io/casWOW/) [Component Library on Storybook](https://www.chromatic.com/library?appId=68dffe7bbaf9cb288a3faf2f)
6-
[Storybook Docs](https://68dffe7bbaf9cb288a3faf2f-qhkfjiirch.chromatic.com/?path=/)
3+
[Demo](https://componentassemblysystems.github.io/casWOW/)
74

85
## Prerequisites
96

@@ -39,17 +36,6 @@ All subsequent commands that previously used `npm` should now use `pnpm` without
3936
pnpm dev
4037
```
4138

42-
## Storybook
43-
44-
This site utilizes Storybook to see code snippets and monitor changes when components are updated. To run Storybook locally, enter `pnpm run storybook` into your terminal.
45-
46-
In the current configuration, the demo site and Storybook instance can be run simultaneously, simply by running each startup command within individual terminals.
47-
48-
```sh
49-
$ pnpm dev // run local demo site - port 8080
50-
$ pnpm storybook // run local storybook instance - port 6006
51-
```
52-
5339
## Local Development
5440

5541
To run CAS WOW locally, simply clone the repository and install dependencies. Currently, this project requires Node v22, which can be set on a project basis by entering `nvm use` in the terminal.

0 commit comments

Comments
 (0)