Skip to content

Commit 7d075ad

Browse files
committed
update web/readme
1 parent 7cab610 commit 7d075ad

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

packages/web/README.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -84,17 +84,12 @@ The `webpack.config.js` file is used to set up Webpack for the project. It manag
8484

8585
### 4. Deployment
8686

87-
Requires [Lerna](https://www.npmjs.com/package/lerna) to be installed globally (`npm install -g lerna`).
88-
8987
1. Clone the repo
90-
2. Install the monorepo (allows linking unpublished versions)
91-
3. Install the web package locally to ensure that e.g. `core` dependency is not just a symlink
88+
2. Install all workspace dependencies from the root (this links local packages automatically via [npm workspaces](https://docs.npmjs.com/cli/using-npm/workspaces))
9289

9390
```sh
9491
git clone git@github.com:eclipse-thingweb/playground.git
9592
cd playground
96-
lerna bootstrap
97-
cd ./packages/web
9893
npm install
9994
```
10095

0 commit comments

Comments
 (0)