TP-89230 | shaping universal call sdk

This commit is contained in:
varnit goyal
2024-11-06 12:01:27 +05:30
parent 97a7bbb6ac
commit de51d8a33a
2 changed files with 16 additions and 16 deletions

16
README.md Normal file
View File

@@ -0,0 +1,16 @@
# Universal call sdk
## How to Run
### Setup private npm repo for local testing
```
npm install -g verdaccio
verdaccio
```
```cmd
yarn
lerna run build
lerna publish
```

View File

@@ -1,16 +0,0 @@
# Universal call sdk
## How to Run
### Setup private npm repo for local testing
```
npm install -g verdaccio
verdaccio
```
```cmd
yarn
lerna run build
lerna publish
```