Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 491 Bytes

readme.md

File metadata and controls

25 lines (18 loc) · 491 Bytes

Blocks Program

可视化编程编辑器,灵感来源于 Blockly

目的是构建更小,更快,更易扩展的积木编程库。

目前正处于开发之中,目前仅实现最基本的功能,详情见TODO

开发

git clone https://github.com/cwxyz007/blocks-program.git
cd blocks-program
yarn
yarn start

测试

git clone https://github.com/cwxyz007/blocks-program.git
cd blocks-program
yarn
yarn test