KO
|
EN
gitlite โ search
Search
#python
#java
#python3
#arduino
#golang
#machine-learning
#rust
#html
#flask
#javascript
#seismology
#nodejs
tamagetitdone
โ 13
Open GitHub โ
A productivity-focused digital pet.
Download README (.md)
Explore Similar Repositories
slenderman
:
A poorly drawn typeface
cloudyfs
:
A cloud in your file system
SharpSnippetCompiler-v5
:
SharpSnippetCompiler with SharpDevelop v5.0
robotics-matlab
:
๐พ research on robotics, computational graphics, and 3D photography
bootplate-moonstone
:
The foundation for applications written using the moonstone library
// repository documentation
Was this content helpful?
โ 0
(0 ratings)
Select Rating:
โ
โ
โ
โ
โ
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
tamagetitdone
?
Download (.md)
# Tamagetitdone Tamagetitdone is a productivity-focused digital pet for your browser. **Now available on the Chrome Webstore!** You can download it [here](https://chrome.google.com/webstore/detail/tamagetitdone/dpmenpfcmobhjhlaiamleljlggmcfmli). ## 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.