0.1.1 • Published 4 years ago
@youwol/workspace-explorer v0.1.1
workspace-explorer
The workspace explorer of YouWol
Installation, Build & Test
To install the required dependencies:
yarn To build for development:
yarn build:devTo build for production:
yarn build:prodTo test:
yarn testTo run the dev server, the easiest way is to first install the local youwol environment, then:
yarn start To generate code documentation:
yarn doc