Skip to content

Latest commit

 

History

History
37 lines (25 loc) · 465 Bytes

README.md

File metadata and controls

37 lines (25 loc) · 465 Bytes

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