Skip to content

yishn/ForgottenTime

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

75 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ForgottenTime

A simple timer app for everybody. Download the latest release here.

Screenshot

This project is inspired by the wonderful Minutes widget from Nitram-nunca.

Building

Building ForgottenTime requires Node.js and npm. First, clone this repository:

$ git clone https://github.com/yishn/ForgottenTime
$ cd ForgottenTime

Install the dependencies using npm:

$ npm install

You can build using:

$ npm run build

To create installers, use:

  • npm run dist:win for Windows
  • npm run dist:linux for Linux

The binaries will be created in ForgottenTime/dist/.