A simple timer app for everybody. Download the latest release here.
This project is inspired by the wonderful Minutes widget from Nitram-nunca.
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 Windowsnpm run dist:linux
for Linux
The binaries will be created in ForgottenTime/dist/
.