Install nvm.
Install npm and node.
nvm install v18
nvm use v18
Install yarn.
npm install -g yarn
cd CodeRibbon-Theia
yarn
yarn browser build
yarn browser start
Open http://localhost:3000 in the browser.
yarn electron build
yarn electron start
Start watching all packages, including browser-app
, of your application with
yarn watch
or watch only specific packages with
cd coderibbon-theia
yarn watch
Run the example as described above
Start watching all packages, including electron-app
, of your application with
yarn watch
or watch only specific packages with
cd coderibbon-theia
yarn watch
Run the example as described above
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