Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

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.