ui: update Ring logo

Change logo used on the main screen to official Ring logo.

Change-Id: Ib789524f48e28a01141ec6903b886f0832dbcb6e
3 files changed
tree: a11d0b37c358f57da77cee319a4f2aad12117376
  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