File tree Expand file tree Collapse file tree 2 files changed +17
-1
lines changed Expand file tree Collapse file tree 2 files changed +17
-1
lines changed Original file line number Diff line number Diff line change @@ -133,6 +133,21 @@ All children components receive the following methods via props:
133
133
- ` fullscreen `
134
134
- ` setVolume `
135
135
136
+ ## Contributing
137
+
138
+ ### Dev Setup
139
+
140
+ To run a server with hot module replacement:
141
+
142
+ ``` bash
143
+ $ npm install
144
+ $ cd demo
145
+ $ npm install
146
+ $ npm run dev-server
147
+ ```
148
+
149
+ Open [ http://localhost:8080 ] ( http://localhost:8080 ) . You can now modify the files in both ` src ` and ` demo/src ` .
150
+
136
151
## Thank You
137
152
138
153
<img src =" http://mderrick.github.io/react-html5video/browserstack.png?v=1 " height =" 22 " width =" 100 " />
Original file line number Diff line number Diff line change 4
4
"description" : " " ,
5
5
"main" : " entry.js" ,
6
6
"scripts" : {
7
- "test" : " echo \" Error: no test specified\" && exit 1"
7
+ "test" : " echo \" Error: no test specified\" && exit 1" ,
8
+ "dev-server" : " node server.js"
8
9
},
9
10
"author" : " " ,
10
11
"license" : " ISC" ,
You can’t perform that action at this time.
0 commit comments