Theia IDE packaged as a Tauri application.
Currently only working in Linux
- Clone this repository and open a terminal in the root of it. Make sure to use Node v10.x
- Install deps with
yarn
- Package Theia server as an executable with
yarn theia:package
- Run
yarn tauri build
to build the executable