mirror of
https://github.com/kremalicious/blowfish.git
synced 2024-11-15 09:35:14 +01:00
🐡 Simple Electron-based desktop app to retrieve and display your total Ocean Token balances.
https://getblow.fish
src | ||
.babelrc | ||
.editorconfig | ||
.eslintrc | ||
.gitignore | ||
.prettierrc | ||
.stylelintrc | ||
constants.js | ||
LICENSE | ||
package.json | ||
README.md | ||
webpack.build.config.js | ||
webpack.common.config.js | ||
webpack.dev.config.js |
ocean-balance
Simple Electron-based desktop app to retrieve and display your total Ocean balances.
Usage
Clone and run:
# 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
npm run build
npm run create-installer-mac