Add dev lib documentation
This commit is contained in:
parent
dbe91db73e
commit
6f9719b568
|
@ -9,3 +9,5 @@
|
|||
/src/locale/target/player_*.xml
|
||||
/src/locale/target/server_*.xml
|
||||
/e2e/local.log
|
||||
/src/standalone/player/build
|
||||
/src/standalone/player/dist
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
"version": "0.0.4",
|
||||
"description": "API to communicate with the PeerTube player embed",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
"build": "../../../node_modules/.bin/tsc && ../../../node_modules/.bin/webpack --mode production --config ./webpack.config.js"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
|
|
@ -0,0 +1,10 @@
|
|||
# Lib development documentation
|
||||
|
||||
## @peertube/embed-api
|
||||
|
||||
### Build
|
||||
|
||||
```
|
||||
$ cd client/src/standalone/player/
|
||||
$ npm run build
|
||||
```
|
Loading…
Reference in New Issue