From 42de1c65c8390dcacf4b4a11756c852c395cfd2e Mon Sep 17 00:00:00 2001 From: holmesworcester Date: Thu, 26 May 2022 18:11:05 -0400 Subject: [PATCH] Adds notes about contributing --- README.md | 15 +++------------ 1 file changed, 3 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index 33987b7530..d45a74a4bc 100644 --- a/README.md +++ b/README.md @@ -64,15 +64,6 @@ This is a concise technical summary of the main points. To get started hacking on Quiet, follow the instructions for [Quiet Desktop](https://github.com/TryQuiet/monorepo/tree/master/packages/desktop#readme) or [Quiet Mobile](https://github.com/TryQuiet/monorepo/tree/master/packages/mobile#readme). (If you're new to the project, start with Quiet Desktop, as it's more stable and vastly easier to start hacking on.) -Desktop and mobile versions share a common Node.js [backend] and React [state manager], with [Tor](https://torproject.org) binaries for each platform and architecture, using Electron and React Native and for their respective frontends. - -Available package names are: -- @quiet/identity -- @quiet/state-manager -- @quiet/backend -- @quiet/logger -- e2e-tests -- integration-tests -- quiet (desktop) - ----- +Desktop and mobile versions share a common Node.js [backend](https://github.com/TryQuiet/monorepo/tree/master/packages/backend) and React [state manager](https://github.com/TryQuiet/monorepo/tree/master/packages/state-manager), with [Tor](https://torproject.org) binaries for each platform and architecture, using Electron and React Native and for their respective frontends. + +We use a [Github project](https://github.com/orgs/TryQuiet/projects/1) to prioritize issues.