Noah Klayman da8e92e077 add readme
2020-05-23 21:43:58 -07:00
2020-05-23 21:28:13 -07:00
2020-05-23 21:41:59 -07:00
2020-05-23 21:30:52 -07:00
2020-05-23 21:42:15 -07:00
2020-05-23 21:43:58 -07:00
2020-05-23 21:28:13 -07:00
2020-05-23 21:42:15 -07:00

Tauri Theia

Theia IDE packaged as a Tauri application.

To Use

  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 (read note below)

NOTE: Building the app will fail the first time. To fix this, you will need to rename the binary in src-tauri/theia-binaries/theia to the path in the error message from yarn tauri build.

Known Problems

  • The Theia backend server is not killed when closing the Tauri window. You will have to search for theia in your system monitor and kill any processes listed
Description
No description provided
Readme MIT 1.3 MiB
Languages
Rust 56.5%
JavaScript 29.1%
HTML 9.5%
Shell 4.9%