# opensumi-app-ide
**Repository Path**: eldp/opensumi-app-ide
## Basic Information
- **Project Name**: opensumi-app-ide
- **Description**: No description available
- **Primary Language**: Unknown
- **License**: Not specified
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2024-04-01
- **Last Updated**: 2024-11-24
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
OpenSumi Mini-App Layout Sample
[![License][license-image]][license-url]
[![CLA assistant][cla-image]][cla-url]
[license-url]: https://github.com/opensumi/ide-startup/blob/master/LICENSE
[license-image]: https://img.shields.io/npm/l/@opensumi/ide-core-common.svg
[cla-image]: https://cla-assistant.io/readme/badge/opensumi/core
[cla-url]: https://cla-assistant.io/opensumi/core
本项目用于展示类小程序 IDE 的布局实现。

[English](./README.md) | 简体中文
## 启动
```bash
yarn i
yarn build
yarn rebuild-native --force-rebuild=true
yarn download-extension # install extension (Optional)
yarn start
```
## 项目结构
```bash
src
├── base
├── bootstrap
├── editor
│ ├── build # 构建配置
│ ├── browser
│ ├── common
│ ├── node
│ ├── modules # 自定义模块存放位置
│ ├── extension # 内置插件存放位置
│ └── main
├── pages
│ ├── dashboard
├── package.json
└── README.md
```
## 启动配置
- `SUMI_DEBUG=true` allows to display DEBUG level logs.
- `DEV_TOOLS=true` always open the devtools when app start.
## 协议
Copyright (c) 2019-present Alibaba Group Holding Limited, Ant Group Co. Ltd.
Licensed under the [MIT](LICENSE) license.
"postinstall": "yarn rebuild-native -- --force-rebuild=true && yarn download-extension && cd src/editor && yarn && cd ../.."
## python3安装
Mac
```
brew install python3
```
sudo update-alternatives --install /usr/bin/python python /usr/local/bin/python3.12