prokawsar / ui

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

License:MIT License


Languages

Language:Svelte 48.3%Language:JavaScript 22.0%Language:MDX 20.6%Language:SCSS 7.9%Language:Sass 1.0%Language:HTML 0.1%Language:Shell 0.1%