491c5faaf6969b67d328b2392f7813c47aa55eba
				
			
			
		
	micro:bit target for KindScript
This target allow to program a BBC micro:bit using KindScript.
Getting started
If you're making changes to kindscript repository itself, proceed to Local installation below.
- Clone this repo and run
 
npm install
- Install the 
KindScripttool and launch the local server: 
npm install -g kindscript-cli
kind serve
To re-build the built/target.json file, re-run kind serve.
Local installation
- Clone and build KindScript in a 
kindscriptfolder. - Clone this repo  in a 
kindscript-microbitfolder next tokindscript 
npm install
- To build and deploy new changes
 
npm install -g kindscript-cli
cd ../kindscript
jake
cd ../kindscript-microbit
npm link ../kindscript
- run this command to build and launch a local editor
 
kind serve
- open 
localhost:3232to try your editor! 
					Languages
				
				
								
								
									TypeScript
								
								63%
							
						
							
								
								
									JavaScript
								
								17.2%
							
						
							
								
								
									C++
								
								14.3%
							
						
							
								
								
									C#
								
								2.2%
							
						
							
								
								
									Objective-C
								
								1.5%
							
						
							
								
								
									Other
								
								1.8%