English | 中文文档
git clone git@github.com:opensumi/ide-electron.git
cd ide-electron
pnpm i
pnpm build
pnpm rebuild-native -- --force-rebuild=true
pnpm download-extension # install extension (Optional)
pnpm start
to use the China CDN mirror, checkout branch main-cn
:
git checkout main-cn
Start application:
pnpm watch
pnpm start
When 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:
pnpm run pack