Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 1.17 KB

README.md

File metadata and controls

34 lines (22 loc) · 1.17 KB

CRONOS

Created by Illud (Colombia)

About

Cronos is a app built with Wails that allows you to track the time of apps running, games, in app HowLongToBeat and pc specs.

All your games in one place.

Alt text

Keep track of hours played.

Alt text

Find out how long to beat a game with howlongtobeat.

Alt text

Check your pc specs.

Alt text

¿Why Wails and not Tauri ?

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.

Live Development

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 http://localhost:34115. Connect to this in your browser and connect to your application.

Building

To build a redistributable, production mode package, use wails build or wails build -nsis for installer.