Skip to content

Commit a2b7e66

Browse files
authored
Merge pull request #16 from ArhamMulla/patch-1
Update README.md
2 parents ccc8189 + bff16b8 commit a2b7e66

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ To run the app using docker, follow the steps below:
7676
2. Run `npm install` to install the dependencies
7777
3. Create .env file in the root folder and copy paste the content of example.env, and add necessary credentials.
7878
4. To start the react app client run `npm start` in one terminal
79-
5. To start the server run `npm server:dev` or `pm2 start server.js` in another terminal
79+
5. To start the server run `npm run server:dev` or `pm2 start server.js` in another terminal
8080
6. Go to `http://localhost:3000` to view the app
8181
7. Follow the steps 4-7 from the [Running via Docker Image](https://github.com/Mohitur669/Realtime-Collaborative-Code-Editor?tab=readme-ov-file#running-via-docker-image) section to create and join a room
8282

0 commit comments

Comments
 (0)