Created by Illud (Colombia)
Cronos is a app built with Wails that allows you to track the time of apps running, games, in app HowLongToBeat and pc specs.
Wails is enough to run all the process also with Go is easy to add and use Sqlite besides easy to use packages for cron jobs, computer process etc.
To run in live development mode, run wails dev
in the project directory. In another terminal, go into the frontend
directory and run npm run dev
. The frontend dev server will run on https://localhost:34115. Connect to this in your
browser and connect to your application.
To build a redistributable, production mode package, use wails build
or wails build -nsis
for installer.