Timer Description to be added...
To run / work on this project first clone this repo (or a fork of the repo) then install the npm dependencies
npm install
To run the site in a browser build the TS into JS and serve the index.html file to the browser in your preferred method OR use the provided script to do this for you
npm start
This will build the TS into a single JS file using esbuild and serve the site using http-server (usually port :8080, but check your terminal output for the actual port number)