Skip to content

0x-jerry/blocks-program

Repository files navigation

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