Bundle is usually ignored from Git, but as part of requirements I've added it.
So example should work immediately after npm i
.
npm i
npm run example
npm run build
: prepare bundlenpm run test
: run testsnpm run example
: open example index.html in default browsernpm run docs
: open auto generated documentation for API