/pokedex-zoo

Primary LanguageJavaScript

pokedex

Package Version Hex Docs

gleam add pokedex
import pokedex

pub fn main() {
  // TODO: An example of the project in use
}

Further documentation can be found at https://hexdocs.pm/pokedex.

Development

gleam run   # Run the project
gleam test  # Run the tests
gleam shell # Run an Erlang shell

# Lustre
gleam run -m lustre/dev start

gleam run -m lustre/dev add tailwind

gleam run -m lustre/dev build app

Help

gleam run -m lustre/dev -- --help