Skip to content

Latest commit

 

History

History
39 lines (30 loc) · 1.02 KB

README.md

File metadata and controls

39 lines (30 loc) · 1.02 KB

Welcome to WORDLE

You can create your own game and share the links to your friends

Contribution Guideline :

The Project is lacking in styling(CSS) and you contribution to its styling or any kind of contribution will be very helpfull.

  • Steps to Contribute :
    • Fork the Repo image

    • Clone the Project image

    • Create a Branch

      image

    • Change Code and save

    • Use the following code

      git add .
      git commit -m "What you Changed"
      git push
      
    • Create a pull request to dev branch

How to build the project?

[ You must have node installed ]

Run the following Code

npm i

Installs all the packages


npm start