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
```
```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>.
## Development
```sh
cd shiny_demo
gleam run # Run the demo
```