• Stars
    star
    192
  • Rank 202,019 (Top 4 %)
  • Language
    JavaScript
  • License
    MIT License
  • Created almost 3 years ago
  • Updated 2 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Quick starter for OpenSumi Web

OpenSumi Web Sample

License Docker Image CI CLA assistant

This project is used to show how to run OpenSumi on Web.

perview

English | ็ฎ€ไฝ“ไธญๆ–‡

Quick Start

$ git clone [email protected]:opensumi/ide-startup.git
$ cd ide-startup
$ yarn
$ yarn start

Open http://127.0.0.1:8080.

You can add workspaceDir to the URL to open the specified directory, for example http://0.0.0.0:8080?workspaceDir=/path/to/dir.

Project Structure

.
โ”œโ”€โ”€ extensions                  # The Buit-in extensions
โ”œโ”€โ”€ configs                     # Build configuration
โ”œโ”€โ”€ src
โ”‚   โ”œโ”€โ”€ browser
โ”‚   โ””โ”€โ”€ node
โ”œโ”€โ”€ tsconfig.json
โ”œโ”€โ”€ package.json
โ””โ”€โ”€ README.md

Use Docker

# 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

Open http://0.0.0.0:8080

License

Copyright (c) 2019-present Alibaba Group Holding Limited, Ant Group Co. Ltd.

Licensed under the MIT license.

More Repositories

1

core

๐Ÿš€ A framework helps you quickly build AI Native IDE products. https://preview.opensumi.com
TypeScript
2,835
star
2

ide-electron

OpenSumi Electron Version
TypeScript
171
star
3

codeblitz

Pure front-end IDE framework based on OpenSumi
TypeScript
168
star
4

ide-startup-lite

OpenSumi Lite Web sample
TypeScript
69
star
5

di

A Dependency Injection Library for JavaScript. Support AOP.
TypeScript
65
star
6

devtools

A Chrome DevTools Extension for OpenSumi.
JavaScript
10
star
7

app-desktop

The mini-app liked IDE - ็ฑปๅฐ็จ‹ๅบ็•Œ้ข IDE ๅฎžไพ‹้กน็›ฎ
TypeScript
10
star
8

github-bot

GitHub Bot for OpenSumi. We Love ChatOps.
TypeScript
8
star
9

monaco-editor-core

Forked version of monaco editor.
TypeScript
7
star
10

docs

OpenSumi document website
TypeScript
7
star
11

opensumi-module-samples

Sample code illustrating the OpenSumi modules.
TypeScript
6
star
12

antd-theme

Ant Design Theme for OpenSumi
Less
5
star
13

gatsby-theme

The Gatsby theme for OpenSumi documentation site.
TypeScript
5
star
14

actions

GitHub Actions for OpenSumi.
JavaScript
4
star
15

codeblitz-sample

JavaScript
4
star
16

Default-Themes

The default OpenSumi themes
3
star
17

todo-list-sample

A simple example for learning develop OpenSumi module.
JavaScript
2
star
18

opensumi-extension-samples

OpenSumi extension samples.
TypeScript
2
star
19

textmate-languages

ๆไพ›็บฏๅ‰็ซฏๅœบๆ™ฏไธ‹็š„่ฏญๆณ•้ซ˜ไบฎ
JavaScript
2
star
20

shortcuts-guard

A Chrome extension for browser shortcuts supported with OpenSumi IDE.
Less
2
star
21

lite-worker-extensions

extenisons for ide-startup-lite
1
star