Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 356 Bytes

CONTRIBUTING.md

File metadata and controls

23 lines (15 loc) · 356 Bytes

Contributing to smartbanner.js

Building

If you want to build smartbanner.js from source, you have to install the required dependencies first:

npm run install-deps

Afterwards, you can generate build the files in dist/ from source by running:

npm run build

Unit tests

To run the unit tests, just execute:

npm test