Skip to content

chiragpaliwal/wordle-lwr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Wordle LWC

This is a port of a popular word guessing game Wordle. Created with 💕 using Lightning Web Components and LWR.

Try out the demo!

Build and run

To Run Locally:

Clone the repository and perform the following command line actions:

$> cd wordle-lwr
$> npm install
$> npm run start

To Develop:

$> cd wordle-lwr
$> npm install
$> npm run dev

Open http://localhost:3000 in browser.

To Build:

$> yarn lwr build

This builds the static site in the __generated_site__ folder.