Skip to content

Latest commit

 

History

History
61 lines (40 loc) · 770 Bytes

README.md

File metadata and controls

61 lines (40 loc) · 770 Bytes

Wordle Clone

Wordle Clone built with Next.js and tailwindcss.

View Demo


Development

Steps to run Wordle Clone in your local environment.

  1. Clone the repository

    git clone https://github.com/shanpriyan/wordle-clone.git
  2. Go to the project directory

    cd wordle-clone
  3. Install the NPM packages

    npm install

    or

    yarn install
  4. Start the development server

    npm run dev

    or

    yarn dev
  5. Visit http://localhost:3000


Demo

Live Demo - https://wordle.shanpriyan.in/