项目作者: GoHypernet

项目描述 :
Web-based Code editor for Galileo Missions
高级语言: HTML
项目地址: git://github.com/GoHypernet/Galileo-IDE.git
创建时间: 2021-04-20T23:23:16Z
项目社区:https://github.com/GoHypernet/Galileo-IDE

开源协议:Other

下载


alt

Galileo IDE

The Galileo IDE is based on the Theia project.
Components are added via dependencies in package.json. Additional functionality can be added plugins which can
be specified at build-time via package.json or added during an active user session through the plugin manager.

alt

The build environment is currently based on the ubuntu:18.04
base image.

Build

To build a local version of the IDE, first uncomment the basic authentication commands at
the bottom of the Dockerfile. Then run the following command in the root of the project:

docker build -t galileo-ide .