MayGo / tockler

An application that tracks your time by monitoring your active window title and idle time.
http://maygo.github.io/tockler/
GNU General Public License v2.0
860 stars 103 forks source link

Can you please explain how i compile you code #280

Closed singhshakti1999 closed 8 months ago

MayGo commented 8 months ago

From readme:

Start application Renderer and main process builds have been separated. It's easier to boilerplate this project and switch client framework.

React client (renderer) cd client/ yarn install # Install dependencies yarn start Electron (main) cd electron/ yarn install # Install dependencies yarn start

Build scripts samples are in travis/appveyor files.