2025-06-24 00:45:37 +02:00
2025-06-17 10:27:22 +02:00
2025-06-16 14:42:49 +02:00
2025-06-15 18:36:01 +02:00
2025-06-24 00:45:37 +02:00
2025-03-26 00:50:25 +01:00
2025-06-16 14:42:49 +02:00
2025-03-09 15:28:57 +01:00

Hey

This is only work in progress, until release 1.0.0 this is for development use cases only.

I run development like this:

Server:

cargo watch -x 'run --package server -- server'

Client:

cargo watch -x 'run --package client -- client'

Client with tracing:

ENABLE_TRACING=1 RUST_LOG=client=debug cargo watch -x 'run --package client -- client'

Client with debug that cant be traced

cargo run --package client --features ui-debug -- client
Description
Accounting software
Readme GPL-3.0 18 MiB
Languages
Rust 63.6%
HTML 29.4%
Fluent 4.6%
CSS 1.3%
Shell 0.8%
Other 0.2%