Skip to content
This repository was archived by the owner on Sep 23, 2022. It is now read-only.

Latest commit

 

History

History
12 lines (8 loc) · 366 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 366 Bytes

Tauri Theia

Theia IDE packaged as a Tauri application.

To Use

Currently only working in Linux

  1. Clone this repository and open a terminal in the root of it. Make sure to use Node v10.x
  2. Install deps with yarn
  3. Package Theia server as an executable with yarn theia:package
  4. Run yarn tauri build to build the executable