When connected to fontys Netlab https://192.168.130.120/
- Gleam 95.4%
- CSS 3.1%
- Just 0.9%
- Nix 0.6%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
|
|
||
| .github/workflows | ||
| priv | ||
| src | ||
| .envrc | ||
| .gitignore | ||
| docs | ||
| flake.lock | ||
| flake.nix | ||
| gleam.toml | ||
| justfile | ||
| manifest.toml | ||
| README.md | ||
airport_dashboard
gleam add airport_dashboard@1
import airport_dashboard
pub fn main() -> Nil {
// TODO: An example of the project in use
}
Further documentation can be found at https://hexdocs.pm/airport_dashboard.
Development
gleam run # Run the project
gleam test # Run the tests