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.
- Host: GitHub
- URL: https://github.com/kode/kodegarden
- Owner: Kode
- Created: 2016-07-16T01:43:25.000Z (almost 10 years ago)
- Default Branch: main
- Last Pushed: 2022-08-24T23:34:54.000Z (almost 4 years ago)
- Last Synced: 2024-05-01T12:26:19.075Z (about 2 years ago)
- Language: JavaScript
- Homepage: http://kodegarden.org
- Size: 36.3 MB
- Stars: 35
- Watchers: 8
- Forks: 10
- Open Issues: 5
-
Metadata Files:
- Readme: readme.md
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.