Current section

Files

Jump to
shiny README.md
Raw

README.md

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