Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/stursby/ratiobar

A little mac menubar app for calculating ratios.
https://github.com/stursby/ratiobar

electron menubar ratio-calculator

Last synced: 3 months ago
JSON representation

A little mac menubar app for calculating ratios.

Awesome Lists containing this project

README

        

# RatioBar

> A little mac menubar app for calculating ratios.

![demo](.github/demo.gif)

## Dev

Clone the repo and `cd` into it.

```
git clone https://github.com/stursby/ratiobar.git
cd ratiobar
```

Install the dependencies.

```
yarn
// or npm install
```

Run the app locally

```
yarn dev
// or npm run dev
```

## Build

Build the app uisng [Electron Builder](https://github.com/electron-userland/electron-builder).

```
yarn build
// or npm run build
```