Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 948 Bytes

README.md

File metadata and controls

28 lines (22 loc) · 948 Bytes

Build Status

theia-pkg

This is a POC to bundle Theia into one single executable with nexe. See: eclipse-theia/theia#4541

Prerequisites

Defined here.

Install

To install the dependencies.

yarn

Build

To generate the application code for both the frontend and the backend.

yarn build

Package

Your executable will be under the dist folder. Do not move the executable only, you should move the entire dist folder instead. It seems, this is a limitation, but has to be verified though.

yarn package