The sources are used directly from node_modules/slotted-element
npm link slotted-element
would make it linked to locally installed repo which has to be registered by
npm link
The TDD via npm run test:watch
would allow tests and sources modification and debug in browser.
dist/ is holding generated binaries and demo referenced via CDN within main README.md
Would invoke build.sh which
- execute
test.sh
to generate coverage/ folder with results and coverage.svg - cleanup dist/ folder
- execute compilation by esbuild
Upon release in github and npmjs.org the code with working demo would be populated into CDN.