How to Build Locally
To build kakei locally for development:
Clone the Repository
git clone https://github.com/haruki7049/kakei.git
cd kakei
Build with Cargo
cargo build
Run Tests
cargo test --workspace
Run the Application
cargo run -- --help
For more details, see the Development guide.