shiny

Package Version Hex Docs

gleam add shiny@1
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

cd shiny_demo
gleam run   # Run the demo
Search Document