README.md
# shiny
[](https://hex.pm/packages/shiny)
[](https://hexdocs.pm/shiny/)
```sh
gleam add shiny@1
```
```gleam
import shiny
pub fn main() -> Nil {
// TODO: An example of the project in use
}
```
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
```