https://github.com/ethworks/usedot
https://github.com/ethworks/usedot
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ethworks/usedot
- Owner: EthWorks
- Created: 2021-11-19T12:14:36.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-11-19T14:35:22.000Z (over 4 years ago)
- Last Synced: 2024-12-27T14:28:25.593Z (over 1 year ago)
- Language: TypeScript
- Size: 111 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# useDot
Library providing React hooks for Substrate-based blockchains
## Development
This monorepo project uses [Rush](https://rushjs.io/) for package management, including building, testing and linting.
To start developing, execute following commands
```
rush update
rush build
```
### Building project
Any time you pull changes to your branch or modify package.json, you need to run
```
rush update
rush build
```
Apart from that, use
```
rush build
```
### Testing
To run tests type
```
rush test
```
### Linting
To run linter type
```
rush lint
```