Small website application for taking Japanese text files and generating charts that map WaniKani levels to kanji comprehension in the input.
Apologize for the meh quality code, this is literally the first time I'm using modern webdev tooling lmao
Standard Vite commands:
# Run Vite dev server
npm run dev
# Build static files into `dist/` folder
npm run build
# Preview files as output by the build command
npm run preview