https://github.com/terra-money/react-widget
https://github.com/terra-money/react-widget
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/terra-money/react-widget
- Owner: terra-money
- Created: 2021-10-13T01:10:25.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-08-29T15:20:34.000Z (about 2 years ago)
- Last Synced: 2024-04-14T22:52:29.667Z (over 1 year ago)
- Language: TypeScript
- Size: 3.23 MB
- Stars: 0
- Watchers: 21
- Forks: 9
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# react-widget
## How to build react-widget
```sh
npm i
npm run build
```## How to run react-widget storybook
```sh
npm i
npm run storybook
```## How to run react-widget example
```sh
npm i
npm run build
cd example/
npm i
npm run start
```## How to publish react-widget to npm
```sh
npm i
npm run build
npm login
npm publish
```