An open API service indexing awesome lists of open source software.

https://github.com/tauri-apps/tauri-theia

Tauri Flavor of Theia
https://github.com/tauri-apps/tauri-theia

Last synced: 8 months ago
JSON representation

Tauri Flavor of Theia

Awesome Lists containing this project

README

          

# Tauri Theia

[Theia IDE](https://theia-ide.org/) 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