docs(readme): update status badge

This commit is contained in:
George Lima 2019-04-10 11:15:33 -03:00
parent e5970d66eb
commit 776a606652
1 changed files with 14 additions and 1 deletions

View File

@ -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.