1.4 KiB
1.4 KiB
Welcome to the contributing guide for PeerTube
Interesting in contributing? Awesome :)
Quick Links:
Give your feedback
Even if you are not a developer, or you do not want to develop on PeerTube you can give a feedback on potential bugs, features that you are interested in, user interace, design, decentralized architecture...
Develop on the Server side
The server is a web server developed with NodeJS/Express.
Newcommer? You can find a documentation of the server code/architecture here.
Do not hesitate to talk about the functionnality you want to develop by creating an issue :)
Develop on the Client side
The client is a web application developed with TypeScript/Angular2
Newcommer? You can find a documentation of the server code/architecture here.
Write documentation
You can help to write the documentation of the REST API, code, architecture, demonstrations...