Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/opensumi/codeblitz
Pure front-end IDE framework based on OpenSumi
https://github.com/opensumi/codeblitz
Last synced: about 18 hours ago
JSON representation
Pure front-end IDE framework based on OpenSumi
- Host: GitHub
- URL: https://github.com/opensumi/codeblitz
- Owner: opensumi
- License: mit
- Created: 2023-08-02T08:36:45.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-13T09:13:17.000Z (10 days ago)
- Last Synced: 2024-12-15T10:04:53.356Z (8 days ago)
- Language: TypeScript
- Homepage: https://codeblitz.opensumi.com
- Size: 37 MB
- Stars: 198
- Watchers: 24
- Forks: 17
- Open Issues: 34
-
Metadata Files:
- Readme: README-zh_CN.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
基于 OpenSumi 的纯前端 IDE 基础框架
[English](./README.md) | 简体中文
## 快速体验
[https://codeblitz.cloud.alipay.com/](https://codeblitz.cloud.alipay.com/)## 项目启动
### 准备
需要安装 yarn >= 1.22,使用 yarn 的 [workspaces](https://classic.yarnpkg.com/en/docs/workspaces/) 来管理 packages### 启动项目
```bash
1. yarn
2. yarn run init
3. yarn run start
```
终端打开输出的地址,默认端口 9009,如被占用,会从 9009 查找可用端口### 示例 [codeblitz-sample](https://github.com/opensumi/codeblitz-sample)