Skip to content

Instantly share code, notes, and snippets.

View Michdo93's full-sized avatar

Michael Dörflinger Michdo93

View GitHub Profile
@Michdo93
Michdo93 / README.md
Last active January 28, 2021 21:35 — forked from ccssmnn/README.md
Theia IDE = ❤️

Set up Theia IDE

Requirements

Install node version 12.14.1 and yarn:

curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.5/install.sh | bash
source ~/.bashrc
nvm install 12.14.1