node theia ide quickstart
theia quickstart instructions (including installing nvm node etc etc)
wget -qO- https://raw.githubusercontent.com/nvm-sh/nvm/v0.35.2/install.sh | bash- (logout and login again ! or source the bash script if you are a pro)
nvm install 10nvm use 10npm -g install yarn# (TOPTIP -g means READ and SET options globally)mkdir mytheiacd mytheiavi package.json# (C&P from https://theia-ide.org/docs/composing_applications)yarn# will autoinstall everything from your package.jsonyarn theia build(takes approx 400 seconds)yarn theia start- open http://localhost:3000
theia full instructions
- https://github.com/nvm-sh/nvm/blob/master/README.md#install--update-script
- https://theia-ide.org/docs/composing_applications/