Contributing to Jitsi

Hi !
I am Pranjal. I am a GSoC aspirant. I want to start contributing to Jitsi-Meet. As I am new to open-source contribution, can someone please guide me ?

Do you want to tinker with jitsi-meet specifically or some other part or jitsi in general? jitsi-meet has the native app and web app UI. For the native app portion there’s a guide in the docs folder: https://github.com/jitsi/jitsi-meet/blob/f1ca2cac965c4d514c37cc033f6edb77d085d032/doc/mobile.md. For web there are some steps in the README: https://github.com/jitsi/jitsi-meet/blob/f1ca2cac965c4d514c37cc033f6edb77d085d032/README.md#building-the-sources. You can run the webpack dev server against beta for web: WEBPACK_DEV_SERVER_PROXY_TARGET=https://beta.meet.jit.si make dev

1 Like