No description
  • Gleam 87.4%
  • YAML 10.7%
  • Dockerfile 0.9%
  • Shell 0.8%
  • Erlang 0.2%
Find a file
2026-03-07 07:49:56 -06:00
src always show custom date/time picker 2026-03-05 21:35:26 -06:00
test Initial commit. 2026-03-05 15:55:43 -06:00
.gitattributes Initial commit. 2026-03-05 15:55:43 -06:00
.gitignore Initial commit. 2026-03-05 15:55:43 -06:00
Dockerfile add dockerfile 2026-03-07 07:49:56 -06:00
gleam.toml Fix med timestamps. 2026-03-05 16:37:49 -06:00
healthcheck.sh add dockerfile 2026-03-07 07:49:56 -06:00
manifest.toml Fix med timestamps. 2026-03-05 16:37:49 -06:00
pixi.lock Initial commit. 2026-03-05 15:55:43 -06:00
pixi.toml fix pixi tasks 2026-03-06 12:31:18 -06:00
README.md Initial commit. 2026-03-05 15:55:43 -06:00

medtracker_app

Package Version Hex Docs

gleam add medtracker_app@1
import medtracker_app

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

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

Development

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