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
- Host: GitHub
- URL: https://github.com/tauri-apps/tauri-theia
- Owner: tauri-apps
- License: mit
- Archived: true
- Created: 2020-05-09T18:07:35.000Z (about 6 years ago)
- Default Branch: dev
- Last Pushed: 2022-06-26T09:43:21.000Z (almost 4 years ago)
- Last Synced: 2024-04-22T10:15:32.554Z (about 2 years ago)
- Language: Rust
- Size: 1.94 MB
- Stars: 39
- Watchers: 5
- Forks: 5
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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