Skip to content

benoitlx/kanash

Repository files navigation

kanash   GitHub Actions Workflow Status   Built With Ratatui

Learn Kana in a terminal ! See https://kana.rezoleo.fr for a demo.

demo

If your goal is to learn Japanese, you should take a look at Awesome-Japanese first.

Installation

With cargo

cargo install kanash

On Arch Linux (AUR)

paru -S kanash

From docker image

To expose it as a website:

sudo docker run --rm -p 80:80 blximages/kanash

To run it directly in your terminal:

sudo docker run --rm -it --entrypoint=/usr/bin/kanash blximages/kanash

WASM build

  • Install trunk.
  • Clone this repo and go to the kanash-ratzilla folder.
  • Build and serve the wasm file: trunk serve.

Contribute

Advices and PRs are very much apreciated

Acknowledgments

Also take a look at all the dependencies in Cargo.toml