Skip to content

danstewart/custom-wordle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Custom Wordle

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

Build dependencies

Tooling dependencies are managed using hermit.

source ./bin/activate-hermit

npm install @swc/cli @swc/core

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

Develop Locally

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

Deploy

# Deploy to https://wordle.danstewart.xyz
./ctl.sh --deploy

Screenshots

image image