diff options
author | Chocobozzz <me@florianbigard.com> | 2021-09-07 11:47:40 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2021-09-07 11:47:40 +0200 |
commit | 6f9719b568fad75959a1404b6927b7a278061c41 (patch) | |
tree | 0d982298e429a67e8f4cb8bb79bd9f2eb0337622 /support/doc | |
parent | dbe91db73e8b7992b414bdc0d3088dc73dde40b6 (diff) | |
download | PeerTube-6f9719b568fad75959a1404b6927b7a278061c41.tar.gz PeerTube-6f9719b568fad75959a1404b6927b7a278061c41.tar.zst PeerTube-6f9719b568fad75959a1404b6927b7a278061c41.zip |
Add dev lib documentation
Diffstat (limited to 'support/doc')
-rw-r--r-- | support/doc/development/lib.md | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/support/doc/development/lib.md b/support/doc/development/lib.md new file mode 100644 index 000000000..6b0372150 --- /dev/null +++ b/support/doc/development/lib.md | |||
@@ -0,0 +1,10 @@ | |||
1 | # Lib development documentation | ||
2 | |||
3 | ## @peertube/embed-api | ||
4 | |||
5 | ### Build | ||
6 | |||
7 | ``` | ||
8 | $ cd client/src/standalone/player/ | ||
9 | $ npm run build | ||
10 | ``` | ||