App usage collection and statistics solution
TimeCat show you how you spent your time and help you improve productivity.
This project is still heavily under development, but is in a state where users are encouraged to try it out and keep it installed alongside the stable TimeCat client. It will continue to evolve over the coming months and hopefully bring some new unique features to the table.
We are accepting bug reports (please report with as much detail as possible). Feature requests are welcome as long as you read and understand the contribution guidelines listed below.
- Node.js 10.16.3
- A desktop platform with the .NET Core SDK 3.0 or higher installed.
- When running on Windows 7 or 8.1, additional prerequisites may be required to correctly run .NET Core applications if your operating system is not up-to-date with the latest service packs.
- When working with the codebase, we recommend using an IDE with intellisense and syntax highlighting, such as Visual Studio 2019+, Jetbrains Rider or Visual Studio Code.
Clone the repository:
git clone https://github.com/iodes/timecat
cd TimeCat
To update the source code to the latest commit, run the following command inside the TimeCat
directory:
git pull
Build the core:
cd TimeCat.Core
dotnet restore
dotnet build
Build the client:
cd TimeCat.Client
npm install
npm start
Contributions, issues and feature requests are welcome!
Feel free to check issues page.
Kevin So 💻 📖 🚧 |
5ちゃ 💻👀 |
Plurdis 💻 |
TaeSang Cho 💻👀 |
Eunjeong Park 💻 📖 |
Yeonjin Shin 💻 |
Click 💻 |
김성백 💻 |
Give a ⭐️ if this project helped you!
Copyright © 2019 Kevin So.
This project is MIT licensed.
This README was generated with ❤️ by readme-md-generator