Make sure you have the latest version of NodeJS installed, then run the following from the command line:
npm install
To compile the library and create the dist/
folder, run:
npm run build
After that, you can test that the library is working with:
npm test