From 776a606652b0cffc25050a9b910364c25672c710 Mon Sep 17 00:00:00 2001 From: George Lima Date: Wed, 10 Apr 2019 11:15:33 -0300 Subject: [PATCH] docs(readme): update status badge --- README.md | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8ac1e82..e088251 100644 --- a/README.md +++ b/README.md @@ -2,24 +2,35 @@ Zepio is a modern cross-platform full-node desktop wallet for the Zcash Network. -[![CircleCI](https://circleci.com/gh/andrerfneves/zec-react-wallet.svg?style=svg&circle-token=abde48de664026a5d03d4b806c904c8ce5e45aa0)](https://circleci.com/gh/andrerfneves/zec-react-wallet) ![Flow Coverage](./public/flow-coverage-badge.svg) +[![Build Status](https://app.bitrise.io/app/e3e2de9d817688f9/status.svg?token=JsSLjbxa6yt6-oy5MgU9uQ)](https://app.bitrise.io/app/e3e2de9d817688f9) +![Flow Coverage](./public/flow-coverage-badge.svg) ## Stack Information - [Electron](https://github.com/electron/electron): desktop application builder + - [React](https://facebook.github.io/react/): UI view layer + - [Redux](http://redux.js.org/): predictable state container + - [Webpack](http://webpack.github.io/): module bundler + - [Webpack Development Server](https://webpack.github.io/docs/webpack-dev-server.html): development server + - [Babel](http://babeljs.io/): ES7/JSX transpilling + - [ESLint](http://eslint.org/): code rules and linting + - [React Router](https://github.com/reactjs/react-router): routing solution for react + - [Styled Components](https://www.styled-components.com/): visual primitives for theming applications ## Installation ```bash + yarn install + ``` ## Development @@ -27,7 +38,9 @@ yarn install To run the application you simply need to run ```bash + yarn start + ``` This will kickstart the webpack development server and serve the app on port 8080, as well as launch the Electron wrapper for the application, which houses the `zcashd` daemon process.