Development

A guide on how to start working with Malty.

Registering the scope

To install component packages, using npm or yarn, configure your package manager to use your scope owner name (organization [@carlsberggroup]) as a scoped registry:

npm config set @carlsberg:registry https://node-registry.bit.cloud

You can also manually create the .npmrc configuration file, as explained here.