File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -63,16 +63,22 @@ You don't need that anymore.
6363
6464### Install [ <img src =" https://github.com/tysonrm/cluster-rolling-restart/blob/main/npm-tile.png " >] ( https://www.npmjs.com/package/@module-federation/aegis )
6565
66+ Install just the core lib from NPM:
67+
6668``` shell
6769npm i @module-federation/aegis
6870```
6971
7072### Contribute
7173
74+ Open a Gitpod workspace using a local repo:
75+
7276[ ![ Open in Gitpod] ( https://gitpod.io/button/open-in-gitpod.svg )] ( https://gitpod.io/github.com/module-federation/aegis-app )
7377
7478or
7579
80+ Manually install using Github as a repo.
81+
7682``` shell
7783git clone https://github.com/module-federation/aegis
7884cd aegis
8490
8591git clone https://github.com/module-federation/aegis-host
8692cd aegis-host
87- cp dotenv.example .env
8893yarn
8994yarn link " @module-federation/aegis"
95+ cd webpack/remote-entries
96+ cp index-github.js index.js
9097yarn build
9198yarn start
9299yarn demo
You can’t perform that action at this time.
0 commit comments