Read-only mirror of the jami-client-electron repository -- please use that instead.

Clone this repo:
  1. 9857196 readme: ring -> jami by Amin Bandali · 2 years, 8 months ago master
  2. dd6fd55 remove daemon submodule by Adrien Béraud · 4 years, 3 months ago release/202005
  3. 395c112 ci: add .gitreview file by Etienne Phelip · 7 years ago release/201808 release/201811 release/201812 release/201901 release/201902 release/201903 release/201904 release/201905 release/201906 release/201908 release/201912 release/202001 release/windows-test/201910
  4. 4b1520a ui: update Ring logo by Etienne Phelip · 7 years ago
  5. 50af539 fix build scripts by Etienne Phelip · 7 years ago

jami-client-electron

Known Vulnerabilities

WORK IN PROGRESS

Installation

  • Clone the repository $ git clone <repo>
  • Install Yarn and NVM
  • Linux : Yarn / NVM
  • Windows : Yarn / NVM
  • macOS : Yarn / NVM
  • Go to directory and run $ nvm use
  • Run $ yarn install to install dependencies
  • To know which commands are available launch $ yarn run
  • Run local dev environment with $ yarn run dev in a terminal window and $ yarn run watch in an other window for Hot Reloading.
  • Build app with $ yarn run build
  • Package app with $ yarn run package, you can select the targer platform with the --platform option