Skip to content

Commit

Permalink
Merge pull request #2 from OmkarKirpan/feature/readme
Browse files Browse the repository at this point in the history
fix: 🗒️update README.md
  • Loading branch information
OmkarKirpan committed Oct 4, 2023
2 parents bd1e6ff + 3ea4689 commit 5f217df
Showing 1 changed file with 16 additions and 4 deletions.
20 changes: 16 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,24 @@ This is a simple color guessing game built with React.js and Vite.js. The game i
- React.js
- Vite.js
- HTML/CSS
- Node.js

## Development

To run this project locally, follow these steps:

If you want to run this project locally, you can follow these steps:
1. Clone the repository:
```shell
```bash
git clone https://github.com/omkarkirpan/GuessColors.git
```
```
2. Navigate to the project directory:
```bash
cd GuessColors
```
3. Install dependencies:
```bash
npm install
```
4. Start the development server:
```bash
npm run dev
```

0 comments on commit 5f217df

Please sign in to comment.