Zein IDE is a modern, ready-to-use integrated development environment for cloud, built on the Theia platform.
Supports C/C++, Java and Python.
Please refer to Theia official documentation on this Prerequisites
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:browserStart your browser on http://localhost:3000.
You can download plugins to use with the examples applications by running:
npm run download:pluginsThis project is still in development and may be discontinued at any time.
