Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ckb-js/ckit
ckb apps toolkit
https://github.com/ckb-js/ckit
Last synced: 8 days ago
JSON representation
ckb apps toolkit
- Host: GitHub
- URL: https://github.com/ckb-js/ckit
- Owner: ckb-js
- Created: 2021-07-15T06:54:45.000Z (over 3 years ago)
- Default Branch: develop
- Last Pushed: 2023-10-19T03:16:59.000Z (about 1 year ago)
- Last Synced: 2024-04-28T01:20:07.177Z (7 months ago)
- Language: TypeScript
- Homepage: https://ckb-js.github.io/ckit/
- Size: 5.88 MB
- Stars: 5
- Watchers: 5
- Forks: 12
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ckit
[![Github CI](https://github.com/homura/ckit/actions/workflows/ci.yml/badge.svg)](https://github.com/homura/ckit/actions/workflows/ci.yml)
CKB kit
## Development
### Requirement
- NodeJS 12.x
- yarn 1.x### Start Development UI
```
yarn install
yarn build:lib
yarn workspace ckit-app start
```