A webcomponent made for fun and follows the open-wc recommendation. Created using Lit.
To run a local development server that serves the basic demo located in demo/index.html
# install pre-commit if you don't have it
pre-commit install --hook-type commit-msg
# install deps
yarn install
# start local development server
yarn start
To execute a single test run:
yarn run test
To run the tests in interactive watch mode run:
yarn run test:watch
Make sure you are in main
branch and release note has been created first. Then run:
# build the package
yarn build
# publish the naga
yarn npm publish