No description
Find a file
sigmasternchen 30ba9c2f8f
Some checks failed
Deploy / deploy (push) Has been cancelled
feat: Add GitHub link
2024-12-13 14:59:56 +01:00
.github/workflows chore: Fixing wrong file upload 2024-12-13 14:55:38 +01:00
dist feat: Add GitHub link 2024-12-13 14:59:56 +01:00
src feat: Add menu for colorscheme 2024-12-13 13:34:09 +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