Skip to content

Desktop timer application always displayed in the forefront of the screen

License

Notifications You must be signed in to change notification settings

seita1996/frontimer

Repository files navigation

frontimer

Desktop timer application.

Test Build/release CodeQL License: MIT GitHub release (latest by date) GitHub all releases download count

Development

environment building

Install node (^18.12.1) and yarn.

Install modules that electron depends on.

ex.) Ubuntu

$ sudo apt-get install -y libnss3 libatk1.0-0 libatk-bridge2.0-0 libcups2 libgtk-3-0 libgbm-dev

Launch electron app.

$ yarn dev

Release

Update the version in the project's package.json file (e.g. 1.2.3)

Commit that change and add tag and push.

$ git add .
$ git commit -am v1.2.3
$ git tag v1.2.3
$ git push && git push --tags

A draft release is created and the built files are available for download.

Reference Electron Builder Action

Other

Icons Powered by: https://icons.theforgesmith.com