A visualization of booth multiplication written in Rust with Yew.
Install dependencies:
Run development server:
trunk serveOpen http://localhost:8080 in your browser.
Build for production:
trunk build --releaseThe output will be in the dist/ directory.
The project is automatically deployed to GitHub Pages on every push to the master branch.