Skip to content

Commit

Permalink
install instructions improvement;
Browse files Browse the repository at this point in the history
  • Loading branch information
parbhatia committed Oct 7, 2021
1 parent ecf4b4a commit 57f62a5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 4,6 @@ node_modules
.env*
*.env
env
*.pem
# *.pem
.log
logs
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 32,11 @@ Video, audio, and canvas sharing app using WebRTC, Socket.io, React.js, and Node

```
cd backend
npm install
npm run dev
cd frontend
npm install
npm run dev
```

Expand Down

0 comments on commit 57f62a5

Please sign in to comment.