Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 400 Bytes

README.md

File metadata and controls

32 lines (20 loc) · 400 Bytes

Rstack Doc UI

UI components for the Rspack family websites.

Example

NavIcon component:

image

Setup

Install the dependencies:

pnpm i

Get Started

Run and debug the module:

pnpm run build -w
pnpm run storybook

Build the module for production:

pnpm run build