1.0.2 • Published 4 years ago
@wardenfinance/warden-ui v1.0.2
warden-ui
React component library for Warden Finance.
Introduction
This repository houses the React component library used by Warden web applications.
Usage
Prerequisites
Commands
Run npm install
first to install package dependencies.
npm start
- Shortcut fornpm run storybook:start
npm run build
- Build the component library to the dist foldernpm run lint
- Run the ESLint linter to check for warnings and errorsnpm test
- Run the Jest testing suite to verify that the components will behave correctlynpm run storybook:start
- Run the Storybook server for component visualizationnpm run storybook:build
- Build a static Storybook site to the docs foldernpm run storybook:deploy
- Deploy a static Storybook site to the gh_pages branch of your repository
License
Distributed under the MIT License. See LICENSE for more information.