Home
Softono

Ide Electron

Open source MIT TypeScript
205
Stars
67
Forks
20
Issues
25
Watchers
2 months
Last Commit

 About Ide Electron

OpenSumi Electron Version

Platforms

Web Self-hosted

Languages

TypeScript

Need Help Installing Ide Electron?

We provide expert installation service for this software. Our team will install, configure, and secure Ide Electron on your server. plans start at just $30.

Ide Electron

View on GitHub

OpenSumi IDE Electron

English | 中文文档

OpenSumi Desktop

Startup

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

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

git checkout main-cn

Develop

Start application:

yarn watch
yarn 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:

yarn run pack