Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
chore: update README.md
  • Loading branch information
aulneau authored and hstove committed Mar 2, 2020
1 parent b0a1725 commit 42dc1d4
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions README.md
Expand Up @@ -11,11 +11,10 @@ This monorepo contains a few key packages that the User Experience team at Block

The first time you setup a development environment for this repository, follow these steps:

1. Clone this package.
2. Run `yarn` to install top-level dependencies
3. In the command line, run `yarn lerna bootstrap`
a. First, this will install dependencies in all packages
b. Second, `lerna` will "link" each interdependent package
3. Run `yarn build:libs` to build each library package
1. Clone this package.
2. Run `yarn bootstrap` to install top-level dependencies
3. In the command line, run `yarn dev` which will run two apps:
- `packages/test-app` which runs at localhost:3000 and implements an example of connect
- `packages/app` which is the auth app, running at localhost:8080

For development instructions of specific packages, see the `README` in each package folder.
For development instructions of specific packages, see the `README` in each package folder.

0 comments on commit 42dc1d4

Please sign in to comment.