You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Each package and app is 100% [TypeScript](https://www.typescriptlang.org/).
84
84
@@ -95,7 +95,7 @@ This Turborepo has some additional tools already set up for you:
95
95
96
96
### Storybook
97
97
98
-
This Turborepo includes Storybook for component development and documentation. Storybook is set up for both the `@orderbook-visualizer/web` and `@orderbook-visualizer/ui` packages, allowing the development and showcasing of components from both your main application and your shared UI library.
98
+
This Turborepo includes Storybook for component development and documentation. Storybook is set up for both the `@krono/web` and `@krono/ui` packages, allowing the development and showcasing of components from both your main application and your shared UI library.
99
99
100
100
To run Storybook:
101
101
@@ -140,7 +140,7 @@ This setup includes several useful Storybook addons:
140
140
*`bun lint:fix` - Lint, format, and fix all packages
141
141
*`bun changeset` - Generate a changeset 🧑🔧 - WIP
142
142
*`bun clean` - Clean up all `node_modules` and `dist` folders (runs each package's clean script)
143
-
*`bun ui:add:component` - Add a shadcn/ui component to the `@orderbook-visualizer/ui` package
143
+
*`bun ui:add:component` - Add a shadcn/ui component to the `@krono/ui` package
144
144
*`bun storybook` - Run Storybook for component development and documentation
145
145
146
146
### Add a new app or package
@@ -166,7 +166,7 @@ You will be prompted to choose the name and workspace type (app or package) of t
The `apps/storybook` is automatically deployed to GitHub Pages using a custom workflow.
242
242
243
243
***Workflow File**: You can find the deployment workflow at `.github/workflows/storybook-deploy.yml`
244
-
***Deployment URL**: The deployed Storybook can be accessed at [https://fapiper.github.io/orderbook-visualizer/](https://fapiper.github.io/orderbook-visualizer/)
244
+
***Deployment URL**: The deployed Storybook can be accessed at [https://fapiper.github.io/krono/](https://fapiper.github.io/krono/)
0 commit comments