···1717This project expects the JMdict file uncompressed in the root folder by default.
18181919```bash
2020-wget ftp://ftp.edrdg.org/pub/Nihongo//JMdict_e.gz
2121-gunzip JMdict.gz
2020+curl ftp://ftp.edrdg.org/pub/Nihongo//JMdict_e.gz | gunzip > JMdict_e
2221```
23222423## HTMX
25242625The frontend is built using templates. The client will fetch the dictionary content through HTMX.
2726The current version, found in `web/static/js`, is [`2.0.8`](https://cdn.jsdelivr.net/npm/htmx.org@2.0.8/dist/).
2828-2929-I will move to [HTMX 4](https://four.htmx.org/htmx-4/) eventually to add request caching in the client side.