https://github.com/activitywatch/docs
Documentation for ActivityWatch
https://github.com/activitywatch/docs
activitywatch documentation
Last synced: 3 months ago
JSON representation
Documentation for ActivityWatch
- Host: GitHub
- URL: https://github.com/activitywatch/docs
- Owner: ActivityWatch
- Created: 2017-10-31T17:21:48.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2024-10-23T12:18:55.000Z (about 1 year ago)
- Last Synced: 2024-10-30T00:54:49.368Z (about 1 year ago)
- Topics: activitywatch, documentation
- Language: Python
- Homepage: https://docs.activitywatch.net/
- Size: 677 KB
- Stars: 27
- Watchers: 8
- Forks: 72
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
ActivityWatch Documentation
===========================
[](https://github.com/ActivityWatch/docs/actions/workflows/build.yml)
[](https://docs.activitywatch.net/en/latest/?badge=latest)
Documentation for [ActivityWatch](https://activitywatch.net), the free and open-source automated time tracker.
The docs are hosted at [docs.activitywatch.net](https://docs.activitywatch.net/) (by [Read the Docs](https://readthedocs.org/)).
# Build
Install dependencies with `pip install .` (we recommend a virtualenv) or `poetry install`.
Build the docs with `make html`.