tree: 80250858328e858d35d857cf306247765307fc1c [path history] [tgz]
  1. app/
  2. contrib/
  3. public/
  4. .editorconfig
  5. .eslintrc
  6. .gitignore
  7. .gitmodules
  8. .gitreview
  9. .nvmrc
  10. main.js
  11. package.json
  12. README.md
  13. webpack.config.js
  14. yarn.lock
README.md

Ring-electron-client

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