Skip to content

Latest commit

 

History

History
55 lines (35 loc) · 1.33 KB

File metadata and controls

55 lines (35 loc) · 1.33 KB

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:

docker run --rm -p 80:80 blximages/kanash:kanash-ratzilla-v0.1.6

To run it directly in your terminal:

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