Update README.md

This commit is contained in:
hannahcode 2022-02-01 09:39:53 -05:00 committed by GitHub
parent ad4ecb2270
commit ccb2bf404c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,8 +1,12 @@
Word Guessing Game
This is a clone project of a popular word guessing game made using React, Typescript, and Tailwind.
_To Run Locally:_
Clone the repository and perform the following command line actions:
```bash
$ cd game
$ cd word-guessing-game
$ npm install
$ npm run start
```