8000 GitHub - Winna-wnn/ide-electron: OpenSumi Electron Version
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Winna-wnn/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

to use the China CDN mirror, checkout branch main-cn:

git checkout main-cn

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 72.9%
  • JavaScript 25.2%
  • Other 1.9%
0