Skip to content

Latest commit

 

History

History
43 lines (28 loc) · 779 Bytes

File metadata and controls

43 lines (28 loc) · 779 Bytes

RingCentral Embeddable with Electron

Build a RingCentral desktop app with RingCentral Embeddable and Electron.js

preview

Development

Prerequisites

  • Install Node.js with version >= 8
  • Install NPM or Yarn

Setup

Clone this repo:

$ git clone https://github.com/ringcentral/ringcentral-embeddable-electron-app.git
$ cd ringcentral-embeddable-electron-app
$ yarn
$ yarn start

Build package

To build package for current system

yarn package

To build a Linux package(deb, AppImage)

yarn package-linux

To build for all

yarn package-all