Add dev lib documentation
This commit is contained in:
parent
dbe91db73e
commit
6f9719b568
3 changed files with 13 additions and 1 deletions
2
client/.gitignore
vendored
2
client/.gitignore
vendored
|
@ -9,3 +9,5 @@
|
||||||
/src/locale/target/player_*.xml
|
/src/locale/target/player_*.xml
|
||||||
/src/locale/target/server_*.xml
|
/src/locale/target/server_*.xml
|
||||||
/e2e/local.log
|
/e2e/local.log
|
||||||
|
/src/standalone/player/build
|
||||||
|
/src/standalone/player/dist
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
"version": "0.0.4",
|
"version": "0.0.4",
|
||||||
"description": "API to communicate with the PeerTube player embed",
|
"description": "API to communicate with the PeerTube player embed",
|
||||||
"scripts": {
|
"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": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
|
10
support/doc/development/lib.md
Normal file
10
support/doc/development/lib.md
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
# Lib development documentation
|
||||||
|
|
||||||
|
## @peertube/embed-api
|
||||||
|
|
||||||
|
### Build
|
||||||
|
|
||||||
|
```
|
||||||
|
$ cd client/src/standalone/player/
|
||||||
|
$ npm run build
|
||||||
|
```
|
Loading…
Add table
Reference in a new issue