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

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