README.md
# chilp
[](https://hex.pm/packages/chilp)
[](https://hexdocs.pm/chilp/)
```sh
gleam add chilp@1
```
## Examples
- [lustre_chilp_app](https://forge.strawmelonjuice.com/strawmelonjuice/chilp/src/branch/main/examples/lustre_chilp_app)
- [lustre_chilp_app_nocomponent](https://forge.strawmelonjuice.com/strawmelonjuice/chilp/src/branch/main/examples/lustre_chilp_app_nocomponent)
Further documentation can be found at <https://hexdocs.pm/chilp>.
## Development
```sh
cd examples/lustre_chilp_app
bun install
tailwindcss -i ./src/input.css -o ./assets/styled.css
gleam run -m lustre/dev start
```