···33Morphlite is an attempt to create a DOM morphing function in less than 100 lines of code to use with [HTMZ](https://leanrada.com/htmz/) in small projects. It is still very much a work-in-progress and probably doesn’t work.
4455This is my first open source TypeScript project, so I’m still figuring out how to set up the repo.
66+77+## Run tests
88+99+- `npm install`
1010+- `npm watch`
1111+- in another tab `npm run "test:watch"`