Tamagetitdone is a productivity-focused digital pet for your browser.
Now available on the Chrome Webstore!
You can download it here.
When getting setup, run npm install
to grab the dependencies (just TypeScript at the moment).
You may have to install TypeScript globally to get the compile command tsc
. To do so, simply run sudo npm install -g typescript
.
To compile the TypeScript, simply run make
.
To see the changes reflected in the browser, go to chrome://extensions
and reload the page.
You can load the extension in Chrome by going to chrome://extensions
, entering Developer mode, selecting 'Load unpacked extension...', and pointing it to the root of the Tamagetitdone directory.