.build.yml: Set NIX_CONFIG to allow flakes
README.md: Add build badge
.gitignore: Add .direnv and .envrc
A wordle clone in Danish.
Go here to play: https://munksgaard.me/ordleg/
Using COR, we can use make_wordlist.rs
to update
src/WordList.elm
:
curl https://ordregister.dk/files/cor1.02.tsv \
| ./make_wordlist.rs \
| elm-format --stdin \
> src/WordList.elm