Skip to content

Commit

Permalink
Update CONTRIBUTING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
biozal authored Sep 13, 2024
1 parent a6a36bc commit c7ae6a4
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,14 @@ To edit the Java or Kotlin files, open `expo-example/android` in Android studio

## How to Build the Project

Fork and clone this repo. You will need to also clone all the submodules for the shared libraries and tests and update them with the latest version of each of those modules code. **IF YOU DON'T PULL SUBMODULES IT WON'T BUILD**

```sh
git clone --recurse-submodules git@github.com:Couchbase-Ecosystem/cbl-reactnative.git
cd cbl-reactnative
git submodule update --remote --recursive
```

Install the required packages
```sh
npm install
Expand Down

0 comments on commit c7ae6a4

Please sign in to comment.