Update theia extension setup instructions

This commit is contained in:
BoykoAlex
2018-05-16 09:43:29 -04:00
parent ceb8b43371
commit b136cdaa26
2 changed files with 16 additions and 0 deletions

View File

@@ -14,6 +14,14 @@ Install npm and node.
Install yarn.
npm install -g yarn
## Install dependencies
Install dependencies and compile the code.
yarn
Note: it is also running `yarn rebuild:browser` and `yarn rebuild:electron`, thus one could navigate to the proper folder and launch it
## Running the browser example

View File

@@ -16,6 +16,14 @@ Install yarn.
npm install -g yarn
## Install dependencies
Install dependencies and compile the code.
yarn
Note: it is also running `yarn rebuild:browser` and `yarn rebuild:electron`, thus one could navigate to the proper folder and launch it
## Running the browser example
yarn rebuild:browser