Skip to content

Commit

Permalink
chore(client): remove client storybook in favor of root one (#2236)
Browse files Browse the repository at this point in the history
* cleanup(client): remove client storybook in favor of root one

* Update README.md
  • Loading branch information
daniellacosse authored Oct 8, 2024
1 parent 12b4e5b commit 76ad89d
Show file tree
Hide file tree
Showing 7 changed files with 4 additions and 4,619 deletions.
2 changes: 1 addition & 1 deletion client/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ The latter command will open a browser instance running the app. Browser platfor
The app logic is located in [src/www/app](src/www/app). UI components are located in [src/www/ui_components](src/www/ui_components). If you want to work specifically on an individual UI element, try the storybook!:

```sh
npm run action client/src/www/storybook
npm run action storybook
```

> [!NOTE]
Expand Down
4 changes: 0 additions & 4 deletions client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,10 +70,6 @@
"@types/node": "^14.14.7",
"@types/polymer": "^1.2.9",
"@types/uuidv4": "^2.0.0",
"@web/dev-server": "^0.1.35",
"@web/dev-server-esbuild": "^0.3.3",
"@web/dev-server-rollup": "^0.6.4",
"@web/dev-server-storybook": "^0.5.4",
"babel-loader": "^8.2.2",
"chalk": "^5.0.1",
"copy-dir": "^1.3.0",
Expand Down
19 changes: 0 additions & 19 deletions client/src/www/.storybook/main.js

This file was deleted.

34 changes: 0 additions & 34 deletions client/src/www/.storybook/preview-head.html

This file was deleted.

47 changes: 0 additions & 47 deletions client/src/www/.storybook/preview.js

This file was deleted.

61 changes: 0 additions & 61 deletions client/src/www/storybook.action.mjs

This file was deleted.

Loading

0 comments on commit 76ad89d

Please sign in to comment.