# ide-electron
**Repository Path**: gfzl-open-source/ide-electron
## Basic Information
- **Project Name**: ide-electron
- **Description**: https://github.com/opensumi/ide-electron.git 镜像
- **Primary Language**: Unknown
- **License**: MIT
- **Default Branch**: main
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 1
- **Created**: 2023-08-11
- **Last Updated**: 2025-01-23
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
# OpenSumi IDE Electron
English | [中文文档](https://opensumi.com/zh/docs/integrate/quick-start/electron)

## Startup
```shell
git clone git@github.com:opensumi/ide-electron.git
cd ide-electron
yarn
yarn build
yarn rebuild-native -- --force-rebuild=true
yarn download-extension # install extension (Optional)
yarn start
```
## Develop
Start application:
```shell
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:
```shell
yarn pack
```