Skip to content

Latest commit

 

History

History
42 lines (34 loc) · 873 Bytes

README.md

File metadata and controls

42 lines (34 loc) · 873 Bytes

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