wesbos / pommade
- четверг, 15 декабря 2022 г. в 00:35:37
A menu bar app to check your hair
A little app to check your hair. Built with Electron.
npm install
npm start
to run as a menu barnpm start:detached
to run as a detached window. Kinda handy for debuggingI've also implemented it in Tauri, which is an electron alternative that doesn't ship Chromium. Pretty neat.
It uses the same codebase for now. I should probably pick one.
Run with npm run tauri dev