How do I get a developer build up and running? #107
-
Hi! I was toying around with SVGs so I could perhaps contribute a "dynamic tray icon" feature where the cup starts full and gradually empties until the next break approaches, allowing users to better anticipate breaks. I was wondering though, how do I get a dev build up and running? I tried |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
That sounds like a really cool idea! Development docs are here: https://github.com/tom-james-watson/breaktimer-app/blob/master/DEVELOPMENT.md. Should just be I'm actually currently doing a big upgrade of the app and potentially a lot of the code will change, but if you produce something that is nice and modular it shouldn't be a problem integrating it in. One thing you'll want to check is whether an svg can actually be used as a tray icon on all 3 supported platforms. It seems like it may not be. |
Beta Was this translation helpful? Give feedback.
That sounds like a really cool idea! Development docs are here: https://github.com/tom-james-watson/breaktimer-app/blob/master/DEVELOPMENT.md.
Should just be
npm i
followed bynpm run dev
.I'm actually currently doing a big upgrade of the app and potentially a lot of the code will change, but if you produce something that is nice and modular it shouldn't be a problem integrating it in.
One thing you'll want to check is whether an svg can actually be used as a tray icon on all 3 supported platforms. It seems like it may not be.