This is a port of a popular word guessing game Wordle. Created with 💕 using Lightning Web Components and LWR.
Clone the repository and perform the following command line actions:
$> cd wordle-lwr
$> npm install
$> npm run start
$> cd wordle-lwr
$> npm install
$> npm run dev
Open http://localhost:3000 in browser.
$> yarn lwr build
This builds the static site in the __generated_site__
folder.