Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 474 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 474 Bytes

Build Status

tyt

Track your time

How to build and run

Inside project root:

  • go get -u github.com/constabulary/gb/...
  • gb vendor restore
  • gb build
  • ./bin/tyt

How to init database

Inside project root:

  • run ./bin/tyt
  • npm install
  • cd scripts
  • node init.js

Watch dev mode

  • go get -u github.com/githubnemo/CompileDaemon
  • ./run.sh