Go to file
Nate Anderson ba3696e207
Some checks failed
test / test (push) Has been cancelled
First commit
2026-01-23 13:48:04 -07:00
.github/workflows First commit 2026-01-23 13:48:04 -07:00
src First commit 2026-01-23 13:48:04 -07:00
test First commit 2026-01-23 13:48:04 -07:00
.envrc First commit 2026-01-23 13:48:04 -07:00
.gitignore First commit 2026-01-23 13:48:04 -07:00
flake.lock First commit 2026-01-23 13:48:04 -07:00
flake.nix First commit 2026-01-23 13:48:04 -07:00
gleam.toml First commit 2026-01-23 13:48:04 -07:00
manifest.toml First commit 2026-01-23 13:48:04 -07:00
README.md First commit 2026-01-23 13:48:04 -07:00

server

Package Version Hex Docs

gleam add server@1
import server

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

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

Development

gleam run   # Run the project
gleam test  # Run the tests