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