@ambita/design-system 3.0.25 → 3.0.26-275.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
@@ -1,5 +1,14 @@
1
1
  # design-system-3
2
2
 
3
+ ## Project usage
4
+
5
+ ```
6
+ npm i @ambita/design-system
7
+ ```
8
+
9
+ Copy the .npmrc file from this project and paste it into the root of your own project.
10
+ This will allow you to install this package assuming you have a valid NPM_TOKEN.
11
+
3
12
  ## Project setup
4
13
  ```
5
14
  npm install
@@ -25,6 +34,11 @@ npm run test:unit
25
34
  npm run lint
26
35
  ```
27
36
 
37
+ ### Opens Storybook for documentation
38
+ ```
39
+ npm run storybook
40
+ ```
41
+
28
42
  ### Customize configuration
29
43
  See [Configuration Reference](https://cli.vuejs.org/config/).
30
44