Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)