Contributing

March 5, 2021 ยท View on GitHub

๐Ÿ‘ทโ€โ™‚๏ธ 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 ;)