Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 638 Bytes

README.md

File metadata and controls

35 lines (23 loc) · 638 Bytes

we the free

WTF Components

Installation

npm ci

Building the library

npm run build

To continuously build (maybe while it's linked to another project) run

npm run build -- --watch

Storybook

In the project directory, you can run:

npm start

Runs StoryBook in the development mode.
Open http://localhost:6006 to view it in your browser.

The page will reload when you make changes.
You may also see any lint errors in the console.