Skip to content

mathewthe2/AnkiDojo

Repository files navigation

AnkiDojo

Generate Japanese vocabulary cards from word lists, Kindle, or text files.

image

image

Development

cd client
yarn install

Run in development mode.

yarn dev

Build

cd client
yarn build
next export -o ../server/app

Build might fail if next-font-manifest.json is missing.

echo {} > .next/server/next-font-manifest.json

Distribute for Anki

In project root, run the following command.

sh bundle.sh

Acknowledgements

  • JMDict
  • Yomichan
  • ianki
  • Yomichan Forvo server