Skip to content

chibyhq/chiby-ide

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chiby IDE

IDE Version GitHub Actions Status Java 11

A Blockly-based Spring Boot-enabled IDE

Pre-requisites

Developer setup

  • The Chiby server can automatically initialize the folder ~/chiby-home in your user home. By default, it does not attempt to create the folder, but you can set the property upon run :
java -jar chiby-ide.jar --chiby.ide.initialize-home=true
  • The codebase uses Lombok, in Eclipse, you may need to set it up accordingly to avoid compilation errors.