ci: add .gitreview file

This commit introduces support for the git-review tool, which is a
helper script maintained by the OpenStack team, aimed to facilitate
working with a Gerrit-maintained git repository.

A default .gitreview file is proposed. This file contains the
git-review configuration parameters for the current project.

Change-Id: Ie79c6c91f44de79cf19cc23009c11079344fa6a6
1 file changed
tree: 80250858328e858d35d857cf306247765307fc1c
  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