delivapp-ordering
v0.0.65
Published
This is UI library for developed for **[Delivapp](https://app.delivapp.com/)**. This library using **React** and **Storybook** to preview UI components
Downloads
345
Readme
Welcome to delivapp-ordering-ui!
This is UI library for developed for Delivapp. This library using React and Storybook to preview UI components
Requirements
| |Version |
|----------------|-----------------------|
|Node |>= 16.9.1
|
|npm |>= 7.21.1
|
How to run?
In order to run localy, follow next instructions
npm run sb
- it will run storybook locally
How to publish?
Before publish library to NPM you should lint rhe project, then, fix errors and warnings and finally publish your new version of library
npm run lint
- it will lint project
npm run pub
- it will automatically increese version and publish it to NPM