Skip to content

CM-Tech/timeviewer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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