Skip to content

Commit 9399e21

Browse files
committed
readme update
1 parent 4367310 commit 9399e21

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.gitignore

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
/node_modules
55
/.pnp
66
.pnp.js
7-
7+
.idea
88
# testing
99
/coverage
1010

@@ -20,4 +20,4 @@
2020

2121
npm-debug.log*
2222
yarn-debug.log*
23-
yarn-error.log*
23+
yarn-error.log*

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ Are you tired of sending code snippets back and forth, struggling to debug and c
2424
This project is not currently live on any server. But to use the demo version, follow the steps below:
2525
- Clone this repository and cd into it
2626
- Run `npm install` to install the dependencies
27+
- To start the react app client run `yarn start` in one terminal
2728
- To start the server run `yarn server:dev` in another terminal
28-
- Then run `yarn start` to run the application
2929
- Go to `http://localhost:3000` to view the app
3030
- To join as an another user open another browser or incognito tab and go to `http://localhost:3000`
3131
- Enter the same room id to join the same room
@@ -53,4 +53,4 @@ In case you want to fix it yourself, feel free to make a pull request.
5353
I am Mohd Mohitur Rahaman, a tech geek, currently pursuing a Master's in Computer Applications from KIIT, Bhubaneswar. And with a deep passion for coding and a strong love for science & technology, I am dedicated to honing my skills and achieving proficiency as a developer.
5454

5555
## Connect with me
56-
- [LinkedIn](https://www.linkedin.com/in/mohitur02/)
56+
- [LinkedIn](https://www.linkedin.com/in/mohitur02/)

0 commit comments

Comments
 (0)