@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 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 all the dependencies of the project
44
- pnpm install
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/>