From 3c872d09d89b402a918a5461fdb556dc332f4792 Mon Sep 17 00:00:00 2001 From: minsoo-web Date: Fri, 9 Aug 2024 15:55:18 +0900 Subject: [PATCH 1/2] chore: update `storybook` to playground --- .github/CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 26512d0d..70ead708 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -100,7 +100,7 @@ The repo is managed with [Yarn Workspaces](https://yarnpkg.com/features/workspac # install dependencies yarn install -# start Storybook and see examples in the browser +# start playground and see examples in the browser yarn dev ``` From 32c876aadcc689b6303dc0f459a33ea822cfbd87 Mon Sep 17 00:00:00 2001 From: minsoo-web Date: Fri, 9 Aug 2024 15:55:36 +0900 Subject: [PATCH 2/2] chore: delete useless storybook build output --- .gitignore | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitignore b/.gitignore index 9365f951..df7ecc23 100644 --- a/.gitignore +++ b/.gitignore @@ -10,7 +10,6 @@ dist-ssr .cache server/dist public/dist -storybook-static/ packages/radix-ui-themes/*.css packages/radix-ui-themes/tokens packages/radix-ui-themes/layout