Skip to content

Latest commit

 

History

History
58 lines (35 loc) · 2.63 KB

ONBOARDING.md

File metadata and controls

58 lines (35 loc) · 2.63 KB

Getting Started

To everyone who has jumped in wanting to help: We are humbled at the outpouring of support we have received from all over the world and are eager to have you contribute and apologize that we are still in the early process of figuring out how to manage all the contributions. Please bear with us while we get an initial version out the door and split out into smaller teams working in parallel, when we can then on-board more volunteers. Until then, please keep filing issues, and fill out the volunteer form here and we’ll get back in touch.

Standup

Engineering-only standups are Mon/Wed/Fri at 11am PDT.

Resources

Where to find answers to your questions:

Slack

Please add your GitHub URL to your Slack profile. For key conversations related to each major area, please see the following Slack channels:

  • #eng - Engineering
  • #design - Design
  • #product - Product
  • #intros - the place every new member should introduce themselves
  • #standup - communication around our daily standup (including details how to join)
  • #techtointegrate - sharing other projects or libraries that could have synergies with our goals
  • #futureideas - sharing ideas for downstream features

Point People

This is very much a team effort, and we are moving quickly enough that we have to self-organize as much as we can. You're encouraged to step up and find places to contribute rather than relying on anyone to tell you what to do. With that said, there are a couple people helping play point around different areas that are trying to keep a pulse of everything going on in those areas:

Development

Please review the Contributor Guidelines before making any contributions to the code.

This app uses a monorepo structure with the client application in the client directory and all server-related code in the server directory (currently only the client/flutter directory is used).

Engineering design documents are kept in devdesign.

Initial Setup

Clone the repo and run from the root of the local clone:

./dev-setup.sh

Client

See client/flutter/README.md.

Server

See server/README.md.