# Universal call sdk
## How to Run
### Setup private npm repo for local testing
```
npm install -g verdaccio
verdaccio
### update npmrc
```angular2html
npm set registry http://localhost:4873/ --location project
```cmd
yarn
lerna run build
lerna publish