Skip to content

Commit

Permalink
docs: Add melos bootstrap to CONTRIBUTING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
spydon authored Dec 12, 2023
1 parent d278d9b commit 464583b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,13 @@ Install Melos:
dart pub global activate melos
```

Bootstrap the monorepo:
```
melos bootstrap
```

`melos bootstrap` connects all the local packages/apps to each other with the help of `pubspec_overrides.yaml` files, and it also runs `pub get` in all packages/apps.

### Building and running the binaries

You can run the application with
Expand Down

0 comments on commit 464583b

Please sign in to comment.