Skip to content

A little mac menubar app for calculating ratios.

Notifications You must be signed in to change notification settings

stursby/ratiobar

Repository files navigation

RatioBar

A little mac menubar app for calculating ratios.

demo

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.

yarn build
// or npm run build