# Compile and publishing how-to

To compile the library:

    npm install
    npm run build

to publish it on npm, first change the version in package.json, and:

    npm publish --access public