Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 599 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 599 Bytes

twilio-deskphone

A desktop softphone for your business, powered by the Twilio API, written in React and packaged with Electron.

Installing

To install all the dependencies run npm install

Developing

First run the webpack-dev-server by running npm run dev and then start the app by running npm run start-dev. Any changes that are made to the React code will live reload.

Packaging

To package this application for a number of platforms run npm run build then npm run package. If you want to only build for OSX run npm run package-darwin or for Windows npm run package-win32