Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 902 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 902 Bytes

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.