A wordle clone where you can set a word and send it to others!
Tooling dependencies are managed using hermit.
source ./bin/activate-hermit
npm install @swc/cli @swc/core
# Only needed for `--serve` mode
npm install chokidar
# Runs on http://localhost:8000/src/
./ctl.sh --serve
# Deploy to https://wordle.danstewart.xyz
./ctl.sh --deploy