tauri-theia
tauri-theia copied to clipboard
Tauri Flavor of Theia
trafficstars
Tauri Theia
Theia IDE packaged as a Tauri application.
To Use
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 buildto build the executable