/ide-electron

OpenSumi Electron Version

Primary LanguageTypeScriptMIT LicenseMIT

OpenSumi IDE Electron

English | 中文文档

OpenSumi Desktop

Startup

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

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