Files
call-sdk/README.md

21 lines
271 B
Markdown
Raw Permalink Normal View History

2024-11-06 12:01:27 +05:30
# 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
```
2024-11-06 12:01:27 +05:30
```cmd
yarn
lerna run build
lerna publish
```