Basically a web version of (https://github.com/sglkc/joshu-bot)
Sadly, this website is not for complete beginners, most of the features are experimental and mostly optimized for offline use. Please find more reliable sources to cover any mistakes.
More features are definitely coming! The features for now are the following:
- Input Method Editor
- Verb Conjugation Tool
- Verb Deconjugation Tool
- Japanese Text Converter
- Clone the repo
git clone https://github.com/sglkc/jp-assistant.git
cd jp-assistant
- Install npm dependencies
npm install
- Run the copy script to copy required files to
dist
folder
npm run copy
- Run the dev script
npm run dev
Every contributions are greatly appreciated! You can start by forking this repository then create a pull request.
- Fork the repository
- Create your branch (
git checkout -b new-feature
) - Commit your changes (
git commit -m 'feat: add new command'
) - Push to the branch (
git push origin new-feature
) - Open a pull request
Distributed under the MIT License. See LICENSE for more information.