Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 378 Bytes

Development.md

File metadata and controls

17 lines (13 loc) · 378 Bytes

Development

Quick Start

git clone https://github.com/ckb-js/kuai.git
cd kuai
npm i
npm run build
npm test

Conventions

  • all unit tests are under packages/*/__tests__
  • each commit should be signed
  • dependencies should be fixed for clarity and certainty