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 ;)