readme: ring -> jami

Change-Id: Icab1ddee0e875a3f789afcb0b791a913f616fde4
1 file changed
tree: 40eca873fc49c1ed18f47e8863a88464d06793c2
  1. app/
  2. public/
  3. .editorconfig
  4. .eslintrc
  5. .gitignore
  6. .gitmodules
  7. .gitreview
  8. .nvmrc
  9. main.js
  10. package.json
  11. README.md
  12. webpack.config.js
  13. yarn.lock
README.md

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