瀏覽代碼

修改文档

jnotnull 6 年之前
父節點
當前提交
0d04127651
共有 1 個檔案被更改,包括 19 行新增1 行删除
  1. 19
    1
      README.md

+ 19
- 1
README.md 查看文件

@@ -1,3 +1,21 @@
1 1
 Fork from [mderrick/react-html5video](https://github.com/mderrick/react-html5video)
2 2
 
3
-Add speed/playbackRate control
3
+Add speed/playbackRate control
4
+
5
+Install dependencies.
6
+
7
+```bash
8
+$ npm install
9
+```
10
+
11
+Start server.
12
+
13
+```bash
14
+$ npm start
15
+```
16
+
17
+Build dist.
18
+
19
+```bash
20
+$ npm run build
21
+```