A little mac menubar app for calculating ratios.
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 the app uisng Electron Builder.
yarn build
// or npm run build