Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 883 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 883 Bytes

Tamagetitdone

Tamagetitdone is a productivity-focused digital pet for your browser.

Now available on the Chrome Webstore!
You can download it here.

Setup

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.

Build

To compile the TypeScript, simply run make. To see the changes reflected in the browser, go to chrome://extensions and reload the page.

Running in Chrome

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.