mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2024-11-25 10:10:31 -06:00
Add dev lib documentation
This commit is contained in:
parent
dbe91db73e
commit
6f9719b568
2
client/.gitignore
vendored
2
client/.gitignore
vendored
@ -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",
|
||||
|
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…
Reference in New Issue
Block a user