Here is an official development repository: https://git.amazingcat.net/AmazingTime/core/cattr-frontend
Cattr is an open-source time tracking solution, designed to be flawlessly integrated with your infrastructure. Superpowered with features like built-in screenshot capture and activity detection, it's a great instrument to boost your team's performance straight to the top.
Dashboard | Project report |
---|---|
The demo app is available here: demo.cattr.app
Installation manual on the documentation website
# Install dependencies
npm install
# Adjust parameters in env.local.js (API_URL at least)
nano app/etc/env.local.js
# Compile modules
npm run compile
# Run production build
npm run build
Note: if you want to work with the compiler or core use npm link
By default, will be loaded config from /app/etc/env.*.js.
env.js
will always be read and loaded and then merged with contents of
env.<NODE_ENV>.js
if it exists, and then merged with contents of
env.local.js
if it exists
All variables will be accessible via VUE_APP_<variable_name> inside Vue components
By default, will be loaded config from /app/etc/modules.*.json.
modules.config.json
will always be read and loaded and then merged with contents of
modules.<NODE_ENV>.json
if it exists, and then merged with contents of
modules.local.json
if it exists
https://github.com/cattr-app/desktop-application – Cattr Desktop Application. You can also download the built app for any OS from the official site.
https://github.com/cattr-app/frontend-application – Cattr Frontend Application.
https://github.com/cattr-app/backend-application – Cattr Backend Application.
You can find the Cattr documentation on the website
Checkout the Getting Started page for a quick overview.
For questions and support please use the official forum.