Comm is the working name of this open source messaging project.
The whole project is written in Flow-typed Javascript. The code is organized in a monorepo structure using Yarn Workspaces.
nativecontains the code for the React Native app, which supports both iOS and Android.servercontains the code for the Node/Express server.webcontains the code for the React desktop website.landingcontains the code for the Comm landing page.libcontains code that is shared across multiple other workspaces, including most of the Redux stack that is shared across native/web.
Note that it’s currently it’s only possible to contribute to this project from macOS. This is primarily due to iOS native development only being supported in macOS.
Check out our doc on how to set up our dev environment.