kws3media / ui

MIT License
8 stars 2 forks source link

KWS3 packages

Currently this monorepo contains4 packages.

Development

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/

See package list

To see packages run

 > npm run list

Publish a package

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