You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -76,7 +76,7 @@ To run the app using docker, follow the steps below:
76
76
2. Run `npm install` to install the dependencies
77
77
3. Create .env file in the root folder and copy paste the content of example.env, and add necessary credentials.
78
78
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
80
80
6. Go to `http://localhost:3000` to view the app
81
81
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
0 commit comments