Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 262 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 262 Bytes

libre_time

This is an experiment to determine feasiblity of a FOSS time tracking app.

Hacking

Ensure docker and docker-compose are installed

  1. docker-compose up
  2. docker-compose run --rm web migrate
  3. docker-compose run --rm web createsuperuser