Build SnapDOM from source
mainTo build the project from the development branch, use the following commands. This will generate build outputs in the dist/ directory, including snapdom.js, snapdom.mjs, preCache.mjs, and plugins.mjs.
git clone https://github.com/zumerlab/snapdom.git
cd snapdom
git checkout dev
npm install
npm run compile