X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=.github%2FCONTRIBUTING.md;h=e8570dd2b96d390b6fdb4b7d0630e4d51602d819;hb=9452d4fd3321148fb80b64a67bd9983fee6c208e;hp=fb1f0f6ec148a0229665f26d3352b2951e79b165;hpb=820299121f09c018a81e9f29c1f38144d97e5e29;p=github%2FChocobozzz%2FPeerTube.git diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index fb1f0f6ec..e8570dd2b 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -126,7 +126,7 @@ You can get a complete PeerTube development setup with Gitpod, a free one-click ### Server side -You can find a documentation of the server code/architecture [here](https://docs.joinpeertube.org/#/contribute-architecture?id=server-code). +You can find a documentation of the server code/architecture [here](https://docs.joinpeertube.org/contribute-architecture?id=server-code). To develop on the server-side: @@ -141,7 +141,7 @@ restart. ### Client side You can find a documentation of the client code/architecture -[here](https://docs.joinpeertube.org/#/contribute-architecture?id=client-code). +[here](https://docs.joinpeertube.org/contribute-architecture?id=client-code). To develop on the client side: @@ -216,8 +216,8 @@ Instance configurations are in `config/test-{1,2,3}.yaml`. To test emails with PeerTube: * Run [mailslurper](http://mailslurper.com/) - * Run PeerTube using mailslurper SMTP port: `NODE_CONFIG='{ "smtp": { "hostname": "localhost", "port": 2500, "tls": false } }' NODE_ENV=test npm start` + * Run PeerTube using mailslurper SMTP port: `NODE_CONFIG='{ "smtp": { "hostname": "localhost", "port": 2500, "tls": false } }' NODE_ENV=dev node dist/server` ## Plugins & Themes -See the dedicated documentation: https://docs.joinpeertube.org/#/contribute-plugins +See the dedicated documentation: https://docs.joinpeertube.org/contribute-plugins