No description
Find a file
2024-12-07 22:15:59 +01:00
.github/workflows first commit 2024-12-07 22:15:59 +01:00
dist first commit 2024-12-07 22:15:59 +01:00
src first commit 2024-12-07 22:15:59 +01:00
.gitignore first commit 2024-12-07 22:15:59 +01:00
gleam.toml first commit 2024-12-07 22:15:59 +01:00
manifest.toml first commit 2024-12-07 22:15:59 +01:00
README.md first commit 2024-12-07 22:15:59 +01:00

queermandelbrot

Package Version Hex Docs

gleam add queermandelbrot@1
import queermandelbrot

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

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

Development

gleam run -m esgleam/install # Install esbuild dependency
gleam build                  # Build the project to JS
gleam run -m build           # Create bundle in /dist
gleam run -m serve           # Start dev webserver on part 8000