Skip to content

Latest commit

 

History

History
46 lines (35 loc) · 1.23 KB

File metadata and controls

46 lines (35 loc) · 1.23 KB


Zein IDE logo
Zein IDE is a modern, ready-to-use integrated development environment for cloud, built on the Theia platform.
Supports C/C++, Java and Python.
Zein IDE

Getting started

Prerequisites

Please refer to Theia official documentation on this Prerequisites

Run example

To build and run the browser example:

git clone https://github.com/khar34/zein-ide \
    && cd zein-ide \
    && npm install \
    && npm run build:browser \
    && npm run download:plugins \
    && npm run start:browser

Start your browser on http://localhost:3000.

Download plugins

You can download plugins to use with the examples applications by running:

npm run download:plugins

Project status

This project is still in development and may be discontinued at any time.