Skip to content

Commit

Permalink
docs(readme): updates install steps to reflect turborepo
Browse files Browse the repository at this point in the history
  • Loading branch information
bkrem committed Nov 13, 2023
1 parent c6835e6 commit bdcbd32
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,18 +16,13 @@ git clone https://github.com/WalletConnect/walletconnect-utils.git
npm install
```

3. Configure all monorepo packages:

```bash
npm run bootstrap
```

4. Ensure all packages lint, build, and test successfully:
3. Ensure all packages lint, build, and test successfully:

> **For all tests to pass in the following command, you will need your own `TEST_PROJECT_ID` value**,
> which will be generated for you when you set up a new project on [WalletConnect Cloud](https://cloud.walletconnect.com).
```bash
# `check` will call `turbo run prettier lint build test` under the hood.
TEST_PROJECT_ID=YOUR_PROJECT_ID npm run check
```

Expand Down

0 comments on commit bdcbd32

Please sign in to comment.