Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 645 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 645 Bytes

Quiet

A MacOS menu bar Pomodoro app that plays the sounds that help you get stuff done.

  • Quiet loops a gentle background noise track by default
  • Once installed Quiet launches on startup

Future plans

  • Configuration!

Get it

  • Download and install the latest release

Running in development, building and publishing

  • Install deps: npm install
  • Start the app: npm run start
  • Build the app: npm run build
  • Publish the app: bump version then npm run publish