Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

㊗️ Web frontend for the JMdict Japanese-English dictionary project, with study list support! --https://jisho.hlorenzi.com

NotificationsYou must be signed in to change notification settings

hlorenzi/jisho-open

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lorenzi's Jisho is a web frontend for theJMdict Japanese-English dictionary project!It supports creating and sharing custom study lists with your searched words,and you can export them in anAnki-compatible format.

It is live athttps://jisho.hlorenzi.com

Discord

License

I haven't chosen how to license this repository's code yet. Please only use it for personal reference.

Local Development

To start:

  • Usenode version 16 (or greater).
  • In all ofcommon/,backend/, andfrontend/, executenpm install.
  • If you have MongoDB installed, inbackend/, executenpm run db-build to download JMdict and build the database.

To work on the codebase, execute in parallel:

  • Inbackend/, executenpm run dev to start the server in watch mode. You can pass arguments to select between a few options for internal services. Remember to pass asnpm run dev -- --option.

    • For the database service:
      • --db-mongo Use MongoDB. This is the default.
      • --db-dummy Use a dummy interface that returns empty results.
    • For the authentication service:
      • --auth-dummy Use a dummy service which lets you log in with any user ID. This is the default.
      • --auth-lorenzi,--auth-lorenzi-dev Use Lorenzi's closed-source auth server. You probably won't have access to it, so use the dummy service.
  • Infrontend/, executenpm run dev to build and pack the frontend JavaScript files in watch mode.

  • Finally, you can access the page throughhttp://127.0.0.1.


[8]ページ先頭

©2009-2025 Movatter.jp