Skip to content
/ core Public
forked from opensumi/core

🚀 A framework helps you quickly build Cloud or Desktop IDE products.

License

Notifications You must be signed in to change notification settings

houyhea/core

 
 

Repository files navigation

CI npm version license CLA assistant Test Coverage

OpenSumi

A framework helps you quickly build Cloud or Desktop IDE products.

perview

English | 简体中文

Quick start

if you are using npm@^7 or higher,please use npm install --legacy-peer-deps

$ npm install
$ npm run init
$ npm run download-extension  # Optional
$ npm run start

By default, the tools/workspace folder in the project would be opened, or you can run the project by specifying the directory in the following way:

$ MY_WORKSPACE={local_path} npm run start

Usually, you may still encounter some system-level environment dependencies. You can visit Development Environment Preparation to see how to install the corresponding environment dependencies.

Contributing

Read through our contributing guidelines to learn about our submission process, coding rules and more.

Want to Help?

Want to report a bug, contribute some code, or improve documentation? Excellent! Read up on our guidelines for contributing and then check out one of our issues labeled as help wanted or good first issue.

DingTalk Group

use DingTalk APP scan or join the group with the number 34355491

dingtalk

License

Copyright (c) 2019-present Alibaba Group Holding Limited, Ant Group Co. Ltd.

Licensed under the MIT license.

About

🚀 A framework helps you quickly build Cloud or Desktop IDE products.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 95.1%
  • Less 2.4%
  • JavaScript 1.1%
  • Other 1.4%