本项目用于展示如何在 Web 下运行 OpenSumi。
English | 简体中文
$ git clone [email protected]:opensumi/ide-startup.git
$ cd ide-startup
$ yarn
$ yarn start
浏览器打开 http://127.0.0.1:8080。
你可以通过添加 workspaceDir
参数至 URI 来实现对指定目录文件的方案,例如:http://0.0.0.0:8080?workspaceDir=/path/to/dir
.
.
├── extensions # 内置插件安装位置
├── configs # 构建配置
├── src
│ ├── browser
│ └── node
├── tsconfig.json
├── package.json
└── README.md
# Pull the image
docker pull ghcr.io/opensumi/opensumi-web:latest
# Run
docker run --init --rm -d -p 8080:8000/tcp ghcr.io/opensumi/opensumi-web:latest
浏览器打开 http://0.0.0.0:8080
访问。
Copyright (c) 2019-present Alibaba Group Holding Limited, Ant Group Co. Ltd.
本项目采用 MIT 协议。