Skip to content

danstewart/custom-wordle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Custom Wordle

A wordle clone where you can set a word and send it to others!

Build dependencies

npm install --global @swc/cli @swc/core

# Only needed for `--serve` mode
npm install --global chokidar

Develop Locally

# Runs on http://localhost:8000/src/
./ctl.sh --serve

Build for production

# One of compilation of app for deployment
./ctl.sh --build
cp -r src/* /data/www/wordle.danstewart.xyz/

Screenshots

image image