0.1.1 • Published 2 years ago

@youwol/workspace-explorer v0.1.1

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

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