This is how to build it from the source code. If you just want to download it to use it, download the latest version from the releases section on GitHub instead.
I'll assume you have Node.js (and npm) already installed and working, as well as Git.
- Clone the repo (
git clone https://github.com/CoconutMacaroon/task-tracker
) - Install the dependicies with
npm install
- Finally, do
npm start
to run it