ide-electron icon indicating copy to clipboard operation
ide-electron copied to clipboard

OpenSumi Electron Version

OpenSumi IDE Electron

English | 中文文档

OpenSumi Desktop

Startup

git clone [email protected]:opensumi/ide-electron.git
cd ide-electron
pnpm
pnpm build
pnpm rebuild-native -- --force-rebuild=true
pnpm download-extension # install extension (Optional)
pnpm start

Develop

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 to DMG

package the project, and the installation package in the out directory:

pnpm run pack