This repository as a Yiddish fork of roedoejet/AnyLanguage-Wordle, itself cloned from cwackerfuss/react-wordle.
The dictionary is based on alephreish/hunspell-yi, in turn based on collections of Raphael A. Finkel, Simche Taub and alephreish.
To Run Locally: Clone the repository and perform the following command line actions:
$ cd yiddish-wordle
$ npm install
$ npm run start
To build/run docker container:
$ docker build -t notwordle .
$ docker run -d -p 3000:3000 notwordle
open http://localhost:3000 in browser.