@clickhouse/click-ui 0.0.117 → 0.0.119
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md
CHANGED
|
@@ -39,7 +39,7 @@ export default App
|
|
|
39
39
|
1. Clone this repo, cd into the `click-ui` directory
|
|
40
40
|
2. To install dependencies, run `npm i`
|
|
41
41
|
3. To build the latest styles, run `npm run generate-tokens`
|
|
42
|
-
4. To run ClickUI locally, run `npm run dev` and navigate to
|
|
42
|
+
4. To run ClickUI locally, run `npm run dev` and navigate to http://localhost:5173
|
|
43
43
|
5. To run Storybook locally, run `npm run storybook` and navigate to https://localhost:6006
|
|
44
44
|
|
|
45
45
|
Enjoy!
|