English | 中文文档
git clone [email protected]:opensumi/ide-electron.git
cd ide-electron
yarn
yarn build
yarn rebuild-native --force-rebuild=true
yarn download-extension # install extension (Optional)
yarn startto use the China CDN mirror, checkout branch main-cn:
git checkout main-cnStart application:
yarn watch
yarn startWhen there are new changes in the code, open the command panel in the editor shift+command+p, select and run the 'Reload Window' to reload the current editor window.
package the project, and the installation package in the out directory:
yarn run pack