Currently this monorepo contains4 packages.
Install Lerna globally
> npm install -g lernaAfter pulling repo run
> npm install
> npm run bootstrapIt will download internal dependencies and all dependencies for packages
Then run HMR
> npm run dev:hmrApp will run on http://localhost:9009/
To see packages run
> npm run listTo publish packages run
> npm run publishand follow the prompts on the screen
It will automatically track updated packages and bump versions by asking user from cli