Skip to content

Installation

Oliver Fabel edited this page Jul 7, 2022 · 3 revisions

This chapter describes the minimal requirements to install and use this package.

Requirements

To use this package you have to fulfill the following requirements:

Editors like Visual Studio Code, Atom or Sublime are suitable for small projects. For bigger projects we recommend using one of the JetBrains products.

To test your design you need access to an instance of BSI CX.

Installation

This section describes the steps to install the package as NPM dependency. If you are interested in contributing to this project, please consider the chapter about contributing to this project.

To install and use this package check first you fulfill the minimal requirements. In order to install the package navigate to your project's root folder (where your package.json is located and execute the following command:

npm install --save-dev @bsi-cx/design-build

This will install the package and all its required dependencies. Your package.json should contain the following devDependencies afterwards:

"@bsi-cx/design-build": "^1.0.0"