Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 287 Bytes

README.md

File metadata and controls

29 lines (20 loc) · 287 Bytes

requestly-ui

Library of reusable UI components developed at Requestly.

Install

npm install

Build

All components

npm run build 

Individual component

cd packages/<component>
npm run build

Run Storybook

npm run storybook