This project is DEPRECATED, therefore might not be on par with my current coding standards and will not receive any updates now or in the future.
This repository includes the frontend of my Pomodoro timer project pmdrtmr, which I build during my work placement at the KDO.
I generally try to minimize dependencies, but I'm a one man crew and can therefore only support Debian-based Linux distributions as I'm running one myself. Anyway, you need to have the following packages installed for everything to work properly:
First install the needed packages via npm install
. Then build the program via npm run build
and run it via npm run start
.