Skip to content

naonaoyh/ide-electron

 
 

Repository files navigation

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

About

OpenSumi Electron Version

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 57.7%
  • JavaScript 39.2%
  • HTML 1.3%
  • Other 1.8%