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