Skip to content

dewitters/KodeGarden

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

152 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kode Garden

Official installation is located at http://kodegarden.org

To run locally:

  • Install Git (probably already done)
  • Install Node.js (version 8.x or higher)
  • Install TypeScript (npm install -g typescript)
  • Run setup.js (node setup)
  • cd Server
  • tsc
  • node out/kodegarden
  • Open localhost:9090 in your browser

The project is setup for development in Visual Studio Code. Just load the folder, hit Ctrl+Shift+b to continually build the sources and hit F5 to run the server in the debugger.

About

An online IDE for Kha, Kore and Krom.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 97.2%
  • Haxe 1.4%
  • CSS 1.3%
  • Other 0.1%