Skip to content

Latest commit

 

History

History
37 lines (23 loc) · 504 Bytes

README.md

File metadata and controls

37 lines (23 loc) · 504 Bytes

Worky Hours

A simple desktop app that calculates and displays total work hours based on selected month days.

Installation

To install dependencies using yarn, run:

yarn install

Running in Development

To start the application in development mode, run:

yarn watch

Building the Application

To package the application, run:

yarn package

To make the application, run:

yarn make

License

This project is licensed under the MIT License.