Go to file
Artin 416fb7cba5
docs: update CHANGELOG.md (#2501)
2023-03-28 22:02:10 +08:00
.github chore: support build cli-engine before release (#2441) 2023-03-17 15:11:03 +08:00
.husky chore: remove unused file (#434) 2022-02-15 09:41:13 +08:00
.vscode fix: debugConsole context menus excute (#2394) 2023-03-13 12:02:39 +08:00
.yarn build: use yarn workspace (#1954) 2022-11-21 19:23:26 +08:00
configs chore: support build cli-engine before release (#2441) 2023-03-17 15:11:03 +08:00
packages fix: call stack stop at incorrect line because call frame with sameid (#2487) 2023-03-28 11:22:21 +08:00
scripts fix: ensure outline is displayed properly (#2440) 2023-03-20 10:34:50 +08:00
tools v2.23.0 2023-03-21 10:26:05 +00:00
typings chore: update to jest@28 (#937) 2022-05-06 14:52:50 +08:00
.editorconfig feat: add less-loader to support cssModules 2019-05-14 15:01:31 +08:00
.eslintignore feat: add cli engine (#2210) 2023-02-03 10:22:54 +08:00
.eslintrc.js style: enable eslint-plugin-import-rule import/order (#595) 2022-03-10 09:58:54 +08:00
.gitignore build: use yarn workspace (#1954) 2022-11-21 19:23:26 +08:00
.gitpod.Dockerfile chore: support gitpod (#1307) 2022-08-01 10:11:35 +08:00
.gitpod.yml build: use yarn workspace (#1954) 2022-11-21 19:23:26 +08:00
.prettierignore chore: generate tsconfig resolves (#435) 2022-02-15 17:45:48 +08:00
.prettierrc chore: make pre-commit great again (#115) 2021-12-14 19:41:44 +08:00
.yarnrc.yml build: update deps (#2148) 2023-01-03 10:17:24 +08:00
CHANGELOG.md docs: update CHANGELOG.md (#2501) 2023-03-28 22:02:10 +08:00
CONTRIBUTING-zh_CN.md docs: update CONTRIBUTING.md (#840) 2022-04-15 14:13:32 +08:00
CONTRIBUTING.md docs: update CONTRIBUTING.md (#840) 2022-04-15 14:13:32 +08:00
LICENSE chore: upgrade license (#250) 2021-12-29 20:38:30 +08:00
NOTICE.md refactor: remove unused application error definition (#2403) 2023-03-15 16:56:57 +08:00
README-zh_CN.md chore: update community infomation (#2413) 2023-03-15 16:22:44 +08:00
README.md chore: update license notice (#2300) 2023-02-17 05:38:39 +00:00
codecov.yml ci: fix version publish scripts (#1266) 2022-07-05 14:50:06 +08:00
jest.config.js refactor: upgrade typescript version to 4.9.+ (#1996) 2022-12-05 21:00:16 +08:00
jest.setup.base.js refactor: upgrade typescript version to 4.9.+ (#1996) 2022-12-05 21:00:16 +08:00
jest.setup.jsdom.js chore: fix MockDebugSession type error (#1290) 2022-07-07 20:14:07 +08:00
jest.setup.node.js refactor: upgrade typescript version to 4.9.+ (#1996) 2022-12-05 21:00:16 +08:00
lerna.json v2.23.0 2023-03-21 10:26:05 +00:00
package.json chore: support build cli-engine before release (#2441) 2023-03-17 15:11:03 +08:00
tsconfig.json style: use eslint and prettier (#138) 2021-12-17 12:52:32 +08:00
yarn.lock chore: remove node-notifier from cli-engine (#2400) 2023-03-15 16:22:12 +08:00

README.md

CI E2E NPM Version NPM downloads Test Coverage CLA assistant License Discussions

OpenSumi

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

perview

English | 简体中文

Quick Start

$ yarn install
$ yarn run init
$ yarn run download-extension  # Optional
$ yarn 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} yarn 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.

🌟 Getting Started

Here you can find some of our example projects and templates:

📕 Documentation

For complete documentation: opensumi.com

📍 ReleaseNotes & BreakingChanges

You can see all the releasenotes and breaking changes here: CHANGELOG.md.

🔥 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 Contributing Guidelines for contributing and then check out one of our issues labeled as help wanted or good first issue.

🧑‍💻 Needs some help?

Go to our issues or discussions to create a topic, it will be resolved as soon as we can.

📃 License

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

Licensed under the MIT license.

This project contains various third-party code under other open source licenses.

See the NOTICE.md file for more information.

Contributors

❤️ Thanks goes to these wonderful people!