# kidincode **Repository Path**: tansor/kidincode ## Basic Information - **Project Name**: kidincode - **Description**: 一款简约的智能硬件集成开发工具 - **Primary Language**: Unknown - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 3 - **Forks**: 1 - **Created**: 2020-07-01 - **Last Updated**: 2021-01-13 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # KIDIN CODE **一款简约的智能硬件集成开发工具** 如果你是一名资深的Arduino开发者并厌倦了官方所提供的简陋开发工具,KIDIN CODE将可为你带来更舒心的体验;如果你是一名小白级的Arduino开发者,KIDIN CODE也能带你高效快速入门。 KIDIN CODE是由梦车间发起的开源项目,其目标是为创客群体提供一款体验友好的智能硬件集成开发工具。KIDIN CODE致力优化整体开发流程,构建简洁友好的交互界面。 ## To Use To clone and run this repository you'll need [Git](https://git-scm.com) and [Node.js](https://nodejs.org/en/download/) (which comes with [npm](http://npmjs.com)) installed on your computer. From your command line: ```bash # Clone this repository git clone https://github.com/HiroKwok/kidincode # Go into the repository cd kidincode # Install dependencies npm install # Run the app electron . ``` ## License GPL-3.0 License