Skip to content

kenve/turing-theia

Repository files navigation


Open questions Open bugs

Turing Cloud IDE is built on Theia, and related extensions and plugins have been added.

Theia

Structure

├── README.md
├── app
├── commitlint.config.js
├── configs
├── extensions
├── lerna.json
├── node_modules
├── package.json
├── plugins
├── scripts
├── static
└── tsconfig.json

Run

$ yarn
$ cd app
$ yarn start