@jitera/jitera-web-ui-library 1.0.3

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 ADDED
@@ -0,0 +1,23 @@
1
+ # Getting Started with Jitera Web UI Library
2
+
3
+ React base UI Component for Jitera automation Tool
4
+
5
+ ## Available Scripts
6
+
7
+ In the project directory, you can run:
8
+
9
+ ### `yarn storybook`
10
+
11
+ Runs the storybook in the development mode.\
12
+ Open [http://localhost:6006](http://localhost:6006) to view it in the browser.
13
+
14
+ The page will reload if you make edits.\
15
+ You will also see any lint errors in the console.
16
+
17
+ ### `yarn lint` or `yarn format`
18
+
19
+ Format Code
20
+
21
+ ### `yarn build`
22
+
23
+ Builds the app for publishing as NPM Package to the `dist` folder.