## [1.6.2](https://gitlab.com/oceanbox/Fable.Lit/compare/v1.6.1...v1.6.2) (2024-09-23) ### Bug Fixes * add missing callback handlers, and simplify optional args handling ([99c46d8](99c46d8aac)) * fix unmount() problem ([9c43346](9c433469f7))
Fable.Lit
Fable.Lit is a collection of tools to help you write Fable apps by embedding HTML code into your F# code with the power of Lit.
Before doing anything make sure to install the dependencies after cloning the repository by running:
npm install
How to test locally ?
npm run test
How to publish a new version of the package ?
npm run publish
How to work on the documentation ?
npm run docs -- watch- Go to http://localhost:8080/
How to update the documentation ?
Deployment should be done automatically when pushing to main branch.
If the CI is broken, you can manually deploy it by running npm run docs:deploy.