Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 318 Bytes

README.md

File metadata and controls

14 lines (12 loc) · 318 Bytes

tauri-theia

A flavour of Theia IDE on Tauri


Installation instructions:

git clone https://github.com/fine2006/tauri-theia
cd tauri-theia/
nvm use lts/erbium
yarn
yarn theia start --hostname 127.0.0.1 --port 3000 # Do not close this window
yarn tauri dev # run this in a seperate terminal window