A wordle clone where you can set a word and send it to others!
npm install --global @swc/cli @swc/core
# Only needed for `--serve` mode
npm install --global chokidar
# Runs on http://localhost:8000/src/
./ctl.sh --serve
# One of compilation of app for deployment
./ctl.sh --build