@choosemycompany/ui 0.12.1 → 0.13.0
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 +2 -5
- package/dist/assets/index.css +1 -1
- package/dist/index.d.ts +0 -6
- package/dist/index.js +405 -420
- package/dist/index.umd.js +5 -5
- package/package.json +23 -21
package/README.md
CHANGED
|
@@ -40,11 +40,8 @@ git clone git@github.com:choosemycompany/cmc-ui.git
|
|
|
40
40
|
# Navigate to the root of the project
|
|
41
41
|
cd cmc-ui
|
|
42
42
|
|
|
43
|
-
# Install
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
# Build and launch storybook to see the components in the browser
|
|
47
|
-
pnpm storybook:run
|
|
43
|
+
# Install the project
|
|
44
|
+
make install
|
|
48
45
|
```
|
|
49
46
|
|
|
50
47
|
Go to <http://localhost:6006/>
|