Skip to content

Commit da9d262

Browse files
Update README.md
1 parent 3f1f033 commit da9d262

File tree

1 file changed

+16
-4
lines changed

1 file changed

+16
-4
lines changed

README.md

Lines changed: 16 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,22 @@
1-
## webcamdisplay-react
2-
- Experimental rewrite of [webcamdisplay](https://github.com/hamsterbacke23/webcamdisplay) with react
1+
# Webcamdisplay-react
2+
Display all your connected webcams on a single webpage.
3+
Great for usability testing recordings and screencasts, stopwatch is included.
4+
5+
## Capture
6+
- use any screensharing app like skype to broadcast
7+
- Mac-users can use pre-installed quicktime to capture via "screencast" recording
8+
9+
## Tech
310
- Based on the awesome [react-boilerplate](https://github.com/react-boilerplate/react-boilerplate)
411
- Also includes a workflow for [electron](https://electron.atom.io/)
512

6-
## Get going
7-
Clone it and run it
13+
## Demo
14+
See it working in action: [Click here](https://hamsterbacke23.github.io/webcamdisplay/)
15+
16+
## Local
17+
1) Clone it
18+
2) run it
19+
820
```yarn install```
921
```npm start```
1022

0 commit comments

Comments
 (0)