README.md
# shiny
[](https://hex.pm/packages/shiny)
[](https://hexdocs.pm/shiny/)
```sh
gleam add shiny@1
```
See [shiny_demo.gleam](shiny_demo/src/shiny_demo.gleam) for an example project
Further documentation can be found at <https://hexdocs.pm/shiny> and
<https://hexdocs.pm/shiny/shiny.html>.
## Development
```sh
cd shiny_demo
gleam run # Run the demo
```