@veritone-ce/design-system 0.9.24 → 0.9.26
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 +4 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -4,6 +4,8 @@ Welcome to the Veritone CE Design System. This project uses [Storybook](https://
|
|
|
4
4
|
|
|
5
5
|
## Getting Started
|
|
6
6
|
|
|
7
|
+
Type the following commands into the terminal.
|
|
8
|
+
|
|
7
9
|
`yarn`
|
|
8
10
|
|
|
9
11
|
`yarn start`
|
|
@@ -38,3 +40,5 @@ Builds the documentation for production to the `storybook-static` folder.
|
|
|
38
40
|
You can learn more in the [Storybook Design System for Developers](https://storybook.js.org/tutorials/design-systems-for-developers/). [Chromatic](https://www.chromatic.com/docs/)
|
|
39
41
|
|
|
40
42
|
To learn React, check out the [React documentation](https://reactjs.org/).
|
|
43
|
+
|
|
44
|
+
test deploy
|