A simple, visual solution to time tracking in the browser.
This webapp is based on a processing sketch that I wrote called timeline. Go have a look at that to get a sense of what timepad will do.
Set things up
- install python 3.7
- fork this repo
- clone your fork
- cd into the project folder
python -m venv venv
- activate the venv,
$ source <venv>/bin/activate
on bash/zsh,C:\> <venv>\Scripts\activate.bat
on windows pip install -r requirements.txt
Run development server
- set your flask variables
flask init-db
flask run
Make changes
- make a new branch
- make changes
- run
pytest
- commit changes
- pull request