peterpeterparker / tietracker

A simple, open source and free time tracking app ⏱️
https://tietracker.app.link
Other
140 stars 26 forks source link

How to install it? #136

Closed ugintl closed 2 years ago

ugintl commented 2 years ago

What tools to I need to install it?

Is indexedDB only option?

peterpeterparker commented 2 years ago

What tools to I need to install it?

What do you mean?!

The app is available as a PWA or in the App and Play stores. If you wish to run it locally, ensure you have NodeJS installed locally and proceed as displayed in the README.

Is indexedDB only option?

It works only with indexeddb

ugintl commented 2 years ago

@peterpeterparker WHat version of nodejs?

Which files are used to save the data?

peterpeterparker commented 2 years ago

WHat version of nodejs?

TLS. Currently npm v6 but probably soon v7

Which files are used to save the data?

Again, not sure what you mean here, there are no files

ugintl commented 2 years ago

@peterpeterparker It will be saving data some where. This is what I mean.

peterpeterparker commented 2 years ago

In IndexedDB.

peterpeterparker commented 2 years ago

Npm v7 has just been merged in main branch.

I guess this question is now solved therefore I close the issue.