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
npm run test
npm run publish
npm run docs -- watch
- Go to http://localhost:8080/
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
.