From 3216862b222954671b280c9cb827fd8df26ea9f5 Mon Sep 17 00:00:00 2001 From: Neevash Ramdial Date: Thu, 7 Jan 2021 12:39:21 -0400 Subject: [PATCH] add getting started --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 916d0667..816e96a1 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,12 @@ Stream allows developers to rapidly deploy scalable feeds and chat messaging wit ## Structure Stream Chat Dart is a monorepo built using [Melos](https://docs.page/invertase/melos). Individual packages can be found in the `packages` directory while configuration and top level commands can be found in `melos.yaml`. +To get started, run `bootstrap` after cloning the project. + +```shell +melos bootstrap +``` + ## Available Commands ### Analyze > Requires `tuneup` to be activated globally. Please see https://pub.dev/packages/tuneup