fix build scripts

Change node required version in order to match build scripts.
Fix a bug where windows and mac target build were inverted.
Update README with packaging instructions.

Change-Id: Ia9070622190f9651dbb384aea3f6f3fa0334a00a
4 files changed
tree: bc08aeb71d3959759d5a60c83dbdb9c3afee2be5
  1. app/
  2. contrib/
  3. public/
  4. .editorconfig
  5. .eslintrc
  6. .gitignore
  7. .gitmodules
  8. .nvmrc
  9. main.js
  10. package.json
  11. README.md
  12. webpack.config.js
  13. 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