Skip to content

Commit

Permalink
add lerna and yarn install step
Browse files Browse the repository at this point in the history
  • Loading branch information
reedrosenbluth committed Feb 12, 2021
1 parent edd0551 commit 036bf37
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,10 @@ To migrate your app from blockstack.js to stacks.js follow the steps in the [mig
To setup the development environment for this repository, follow these steps:

1. Clone this package.
2. Run `lerna bootstrap` to install dependencies
3. Run `lerna run build` to build packages
4. Run `lerna run test` to run tests
2. Make sure you have both `lerna` and `yarn` installed globally
3. Run `lerna bootstrap` to install dependencies
4. Run `lerna run build` to build packages
5. Run `lerna run test` to run tests

## Documentation

Expand Down

1 comment on commit 036bf37

@vercel
Copy link

@vercel vercel bot commented on 036bf37 Feb 12, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.