This repository deprecated, all code moved there
This Theia extension is performing additional actions as show/hide Che dashboard navbar or redirects into Eclipse Che in the case when the Theia was opened as a direct link.
Install nvm.
curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.5/install.sh | bash
Install npm and node.
nvm install 8
nvm use 8
Install yarn.
npm install -g yarn
yarn rebuild:browser
cd browser-app
yarn start
Open http://localhost:3000 in the browser.
Start watching of the extension.
cd che-theia-dashboard-frontend-extension
yarn watch
Start watching of the browser example.
yarn rebuild:browser
cd browser-app
yarn watch
Launch Start Browser Backend
configuration from VS code.
Open http://localhost:3000 in the browser.
Create a npm user and login to the npm registry, more on npm publishing.
npm login
Publish packages with lerna to update versions properly across local packages, more on publishing with lerna.
npx lerna publish