Skip to content
This repository has been archived by the owner on Dec 21, 2021. It is now read-only.

Latest commit

 

History

History
34 lines (24 loc) · 927 Bytes

README.md

File metadata and controls

34 lines (24 loc) · 927 Bytes

React Web Components

Warning: this library is considered deprecated. New simple components should live in stardust-web.

Build Dependabot Status

Installation

Make sure you have the following dependencies installed on your machine:

  • node.js 8.x
  • npm

Then clone this repository.

Run storybook

npm install
npm run start

Build storybook

Normally done automatically during CI.

npm install
npm run build

You can now serve the static content in the /public folder.

Publishing

Publishing works the same way as we have implemented in stardust-web.