Skip to content

Latest commit

 

History

History
41 lines (26 loc) · 438 Bytes

CONTRIBUTING.md

File metadata and controls

41 lines (26 loc) · 438 Bytes

Contributing

👷‍♂️ Build

npm run dev

NodeJS:

npm run example

In browser:

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

# Then open http://localhost:8080/examples/browser

✅ Test

npm run test

🚀 Publish

Increment version number in package.json.

npm run build
npm publish

Last thing...

Thanks for your contribution ;)