KIPFoundation / kide-web

Repository for KIDE (Krama Intelligent Developer Environment)
GNU General Public License v3.0
1 stars 1 forks source link

KIDE-WEB

Official repository for the web front-end of Krama Intelligent Developer Environment(KIDE).

Running a local copy of KIDE

To run a local copy, you will need to install node.js and webpack on your computer, then run the following commands:

npm install

To build WebAssembly Studio whenever a file changes run:

npm run build-watch

To start a dev web server run:

npm run dev-server

Before submitting a pull request run:

npm test

Credits

This IDE is built based on WebAssembly Studio.

This project also depends on several excellent libraries and tools: