Skip to content

Latest commit

Β 

History

History
36 lines (23 loc) Β· 487 Bytes

File metadata and controls

36 lines (23 loc) Β· 487 Bytes

Contributing

πŸ‘·β€β™‚οΈ Build

npm run dev
docker run --rm -it -p 8080:80 -v `pwd`:/usr/share/nginx/html nginx

# Then open http://localhost:8080/example

Open ./example/index.html

⚠ Demo project cannot be opened without a webserver, because of CORS errors.

βœ… Test

npm run test

πŸš€ Publish

Increment version number in package.json.

npm run build
npm publish

Last thing...

Thanks for your contribution ;)