Skip to content

Commit 46f47f7

Browse files
committed
feat: add intro page to storybook
1 parent 36eece9 commit 46f47f7

231 files changed

Lines changed: 1430 additions & 47649 deletions

File tree

Some content is hidden

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

templates/storybook/.storybook/main.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ function getAbsolutePath(value: string): any {
1313
}
1414
const config: StorybookConfig = {
1515
stories: [
16+
"../stories/Introduction.stories.js",
1617
"../stories/**/*.stories.@(js|jsx|mjs|ts|tsx|mdx)"
1718
],
1819
core: {

templates/storybook/.yarn/releases/yarn-4.12.0.cjs

Lines changed: 942 additions & 0 deletions
Large diffs are not rendered by default.

templates/storybook/.yarnrc.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
1-
# nodeLinker: node-modules
21
nodeLinker: pnpm
2+
3+
yarnPath: .yarn/releases/yarn-4.12.0.cjs

0 commit comments

Comments
 (0)