English | 简体中文
$ git clone git@github.com:opensumi/app-desktop.git
$ cd app-desktop
$ yarn
$ yarn build
$ yarn start
src
├── base
├── bootstrap
├── editor
│ ├── build # Build configuration
│ ├── browser
│ ├── common
│ ├── node
│ ├── modules # Custom modules
│ ├── extension # The Buit-in extensions
│ └── 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.