View usage statistics of all your apps. Track and determine where you are wasting time, and get your procrastination under control.
Warning
Cobalt was established before in the archive/main branch, and you can try the previous product from the Github Releases. This branch is for the next version of Cobalt.
See the ARCHITECTURE.md for more information, and the more detailed developer guides (general DEV_GUIDE.md, then Engine and UI) for specifics.
# Build all
cargo build
# Install UI dependencies
cd src/ui; bun i
# Run the Engine
cargo run --bin engine
# Run the UI
cd src/ui; bun run dev
# Test
cargo test