@veritone-ce/design-system 0.9.23 → 0.9.25

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.
Files changed (2) hide show
  1. package/README.md +9 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,6 +1,14 @@
1
1
  # Veritone CE Design System
2
2
 
3
- Welcome to the Veritone CE Design System. This project uses [Storybook](https://storybook.js.org/) to preview components.
3
+ Welcome to the Veritone CE Design System. This project uses [Storybook](https://storybook.js.org/) to preview components.\
4
+
5
+ ## Getting Started
6
+
7
+ Type the following commands into the terminal.
8
+
9
+ `yarn`
10
+
11
+ `yarn start`
4
12
 
5
13
  ## Available Scripts
6
14
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@veritone-ce/design-system",
3
- "version": "0.9.23",
3
+ "version": "0.9.25",
4
4
  "private": false,
5
5
  "dependencies": {
6
6
  "@emotion/react": "^11.10.4",