remove daemon submodule

Change-Id: Id7d2a5db75dae69393c1d702d49d4e4f6335fbc9
2 files changed
tree: 7af105de1d70a015c2228fd714d758494d60656a
  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

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