My tools for learning Japanese. See subdirectory READMEs for more details.
Development tools and dependencies are managed with
mise. To setup all projects, run: mise run //:setup.
Tests for each project can be run with mise run :test. Tests for all projects
can be run with mise run //:test.
Linting is done with prek. mise run //:setup
installs the pre-commit hooks so it runs when committing, but the entire project
can also be linted with mise run //:lint.