Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```