1
0
mirror of https://github.com/kremalicious/blowfish.git synced 2024-06-29 00:57:46 +02:00
blowfish/README.md

28 lines
404 B
Markdown
Raw Normal View History

2019-05-05 13:34:21 +02:00
# ocean-balance
> Simple Electron-based desktop app to retrieve and display your total Ocean balances.
## Usage
Clone and run:
```bash
# Clone this repository
git clone git@github.com:kremalicious/ocean-balance.git
cd ocean-balance
# Install dependencies
npm install
# Run the app in dev mode
npm start
```
## Configuration
## Build package
```bash
npm run build
npm run create-installer-mac
```