Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 773 Bytes

README.md

File metadata and controls

35 lines (23 loc) · 773 Bytes

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