UNPKG

426 BMarkdownView Raw
1# dove.max.sdk.js [![CircleCI](https://circleci.com/gh/LabsRS-Dev/sdk/tree/master.svg?style=svg)](https://circleci.com/gh/LabsRS-Dev/sdk/tree/master)
2
3> SDK for Romanysoft Desktop App
4
5Install from npm
6
7``` bash
8npm install dove.max.sdk
9```
10
11
12
13Running the build:
14
15``` bash
16$ npm install
17$ npm run build
18$ npm run test
19$ npm run dev # serve examples at localhost:8080
20```
21
22## License
23
24[MIT](http://opensource.org/licenses/MIT)