Stategr helps you maximize your productivity, giving you the quickest and most effective way to time-box your day with strategies.
Strategr's data model is built with vanilla C++ 17, UI layer is Qt 5.
Given that current directory is the root of this repository, and all dependencies are avaliable for CMake, you can build Strategr like this:
mkdir build && cd build
cmake ../
cmake --build . --target Strategr
PR's or any help and suggestions are appreciated!