Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/stursby/ratiobar
- Owner: stursby
- Created: 2019-06-28T16:11:34.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T03:56:20.000Z (almost 2 years ago)
- Last Synced: 2024-06-24T05:38:15.523Z (5 months ago)
- Topics: electron, menubar, ratio-calculator
- Language: HTML
- Homepage:
- Size: 951 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- Mac-Menubar-Megalist - RatioBar
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
```