TimeCat
TimeCat copied to clipboard
App usage collection and statistics solution
OSS Contributhon 2019
TimeCat β°π±
App usage collection and statistics solution
TimeCat show you how you spent your time and help you improve productivity. :octocat:
π Status
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.
β¨ Requirements
- 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.
π Running TimeCat
Downloading the source 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
Building
Build the core:
cd TimeCat.Core
dotnet restore
dotnet build
Build the client:
cd TimeCat.Client
npm install
npm start
π€ Contributing
Contributions, issues and feature requests are welcome!
Feel free to check issues page.
Contributors
|
Kevin So π» π π§ |
5γ‘γ π»π |
Plurdis π» |
TaeSang Cho π»π |
Eunjeong Park π» π |
Yeonjin Shin π» |
Click π» |
κΉμ±λ°± π» |
Show your support
Give a βοΈ if this project helped you!
π License
Copyright Β© 2019 Kevin So.
This project is MIT licensed.
This README was generated with β€οΈ by readme-md-generator