1
0
Fork 0
No description
Find a file
Marco Russo 4213555c7f
Some checks failed
test / test (push) Failing after 29s
Build container image / push (push) Failing after 3s
Adjusted pipelines
2025-12-18 11:15:34 +01:00
.github/workflows Adjusted pipelines 2025-12-18 11:15:34 +01:00
src initial 2025-12-17 16:39:07 +01:00
test initial 2025-12-17 16:39:07 +01:00
Dockerfile initial 2025-12-17 16:39:07 +01:00
gleam.toml initial 2025-12-17 16:39:07 +01:00
healthcheck.sh initial 2025-12-17 16:39:07 +01:00
manifest.toml initial 2025-12-17 16:39:07 +01:00
README.md initial 2025-12-17 16:39:07 +01:00

app

Package Version Hex Docs

gleam add app@1
import app

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

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

Development

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