@simulanisindia/ui 1.0.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 ADDED
@@ -0,0 +1,20 @@
1
+ # Simulanis UI Library NPM package
2
+
3
+ ## Installation
4
+ Prerequisites for package installation
5
+ - `npm token`
6
+
7
+ In your project root run the following command -
8
+
9
+ `npm i @simulanisindia/ui`
10
+
11
+ ## Installation on local machine for development and testing purpose
12
+
13
+ - Clone the repository from [here](https://github.com/Team-Simulanis/design-library)
14
+ - run `npm i`
15
+ - run `npm build`
16
+ - run `npm link`
17
+ - run `npm link "path-to-your-project/node_modules/react"`
18
+ - from your application run `npm link @simulanisindia/ui`
19
+
20
+ by following above steps you will be able to install this package in your package locally.