@youwol/workspace-explorer
v0.1.1
Published
The workspace explorer of YouWol
Downloads
16
Readme
workspace-explorer
The workspace explorer of YouWol
Installation, Build & Test
To install the required dependencies:
yarn
To build for development:
yarn build:dev
To build for production:
yarn build:prod
To test:
yarn test
To run the dev server, the easiest way is to first install the local youwol environment, then:
yarn start
To generate code documentation:
yarn doc