Skip to content

Commit 0db32bc

Browse files
committed
Update readme with storybook
1 parent 4b27587 commit 0db32bc

File tree

3 files changed

+233
-2
lines changed

3 files changed

+233
-2
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66

77
<p align="center">Test username/password: tim / tim</p>
88

9+
<p align="center"><a href="https://timiscoding.github.io/blog-list/">Storybook</a></p>
10+
911
## About
1012

1113
Frontend: React, Redux, Styled-components, Storybook
@@ -54,7 +56,7 @@ Things I added on top of the project requirements:
5456
- [x] sort by fields
5557
- [x] multiple blog deletion
5658
- [x] form validation
57-
- [x] a design system...sort of (check out the storybook)
59+
- [x] a design system...sort of (check out [the storybook](https://timiscoding.github.io/blog-list/))
5860
- [x] notifications
5961
- [x] mobile responsive
6062
- [x] react-spring animations

client/package-lock.json

Lines changed: 227 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

client/package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,8 @@
3535
"eslint": "eslint .",
3636
"server": "cd ../server && npm start",
3737
"storybook": "start-storybook -p 9009 -s public",
38-
"build-storybook": "build-storybook -s public"
38+
"build-storybook": "build-storybook -s public",
39+
"deploy-storybook": "storybook-to-ghpages"
3940
},
4041
"eslintConfig": {
4142
"extends": "react-app"
@@ -59,6 +60,7 @@
5960
"@storybook/addon-viewport": "5.3.17",
6061
"@storybook/addons": "5.3.12",
6162
"@storybook/react": "5.3.12",
63+
"@storybook/storybook-deployer": "2.8.5",
6264
"@testing-library/jest-dom": "4.0.0",
6365
"@testing-library/react": "8.0.7",
6466
"babel-plugin-macros": "2.8.0",

0 commit comments

Comments
 (0)