Add dev lib documentation

This commit is contained in:
Chocobozzz
2021-09-07 11:47:40 +02:00
parent dbe91db73e
commit 6f9719b568
3 changed files with 13 additions and 1 deletions
+10
View File
@@ -0,0 +1,10 @@
# Lib development documentation
## @peertube/embed-api
### Build
```
$ cd client/src/standalone/player/
$ npm run build
```