No description
- Gleam 87.4%
- YAML 10.7%
- Dockerfile 0.9%
- Shell 0.8%
- Erlang 0.2%
| src | ||
| test | ||
| .gitattributes | ||
| .gitignore | ||
| Dockerfile | ||
| gleam.toml | ||
| healthcheck.sh | ||
| manifest.toml | ||
| pixi.lock | ||
| pixi.toml | ||
| README.md | ||
medtracker_app
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