An open API service indexing awesome lists of open source software.

https://github.com/kode/kodegarden

An online IDE for Kha, Kinc and Krom.
https://github.com/kode/kodegarden

Last synced: about 1 year ago
JSON representation

An online IDE for Kha, Kinc and Krom.

Awesome Lists containing this project

README

          

# 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.