mirror of
https://github.com/sigmasternchen/queermandelbrot
synced 2025-03-14 15:38:55 +00:00
No description
|
||
---|---|---|
.github/workflows | ||
dist | ||
src | ||
.gitignore | ||
gleam.toml | ||
manifest.toml | ||
README.md |
queermandelbrot
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