Wordle, a popular puzzle game, built with Next.js and Tailwind.
Steps to run Wordle Clone in your local environment.
-
Clone the repository
git clone https://github.com/cystema/wordle
-
Go to the project directory
cd wordle
-
Install the NPM packages
npm install
-
Start the development server
npm run dev
-
Visit http://localhost:3000