Scionar / norppa

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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/

About


Languages

Language:TypeScript 46.9%Language:JavaScript 28.9%Language:Shell 8.4%Language:CSS 5.6%Language:Handlebars 5.3%Language:HTML 4.9%