0.2.4 • Published 3 years ago
@youwol/stories v0.2.4
@youwol/stories
YouWol Stories application
This library is part of the hybrid cloud/local ecosystem YouWol.
Links
Installation, Build, Test
To install the required dependencies:
yarnTo build for development:
yarn build:devTo build for production:
yarn build:prodTo run tests:
yarn testCoverage can be evaluated using:
yarn test-coverageTo start the 'dev-server':
- add
CdnOverride(packageName="@youwol/stories", port=3001)in your YouWol configuration file (in thedispatcheslist). - start py-youwol
- then execute
yarn start
The application can be accessed here (providing py-youwol
running using the default port 2000).
To generate code's documentation:
yarn doc