/norppa

Primary LanguageTypeScript

Norppa

Web component library.

Development

Repository uses Rush monorepo manager. Please install the tool globally.

Add new package

Create component package:

rush create:component

Add new package to ./rush.json configuration file on root.

Update rush configuration with:

rush update

Development is done in documentation package. Link component to documentation package. Use package name from package.json.

(cd packages/document && rush add -p <package name>)

Run develop environment

rush build:watch
rush document

... and open browser.

http://localhost:8080/