Current section

Files

Jump to
chilp README.md
Raw

README.md

# chilp
[![Package Version](https://img.shields.io/hexpm/v/chilp)](https://hex.pm/packages/chilp)
[![Hex Docs](https://img.shields.io/badge/hex-docs-ffaff3)](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
```