Skip to content
Brian J. Miller edited this page Apr 5, 2023 · 2 revisions

This repository does not contain build artifacts, to use a non-source version you will have to build as described below or access artifacts via the releases page.

Building the Library

The library uses Webpack for building. Install Node.js which includes npm. Then from the root of the repository run:

npm ci
npx webpack

This will create dist/cmi5.js.

Clone this wiki locally