Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 297 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 297 Bytes

TimeViewer

A "simple" app to track your time

TimeViewer demo view

  • cd server; cargo run (or cargo run --release & disown to make a process that lasts after killing the terminal)
  • cd client; pnpm i; pnpm run start
  • open monitor/TimeViewer.xcodeproj and build and run