Installation

To install the dasf-messaging-typescript package, we recommend that you install it via the npm package manager

npm install '@dasf/dasf-messaging'

Or install it directly from the source code repository on Gitlab. Make sure you have python>=3.10, npm and make installed and run

git clone https://codebase.helmholtz.cloud/dasf/dasf-messaging-typescript
cd dasf-messaging-typescript
make dev-install

The latter should however only be done if you want to access the development versions.

Installation for development

Please head over to our contributing guide for installation instruction for development.