noir#
gleam add noir@1
import noir
pub fn main() -> Nil {
// TODO: An example of the project in use
}
Further documentation can be found at https://hexdocs.pm/noir.
Development#
gleam run # Run the project
gleam test # Run the tests
https://tangled.org/lesbian.skin/noir
git@tangled.org:lesbian.skin/noir
For self-hosted knots, clone URLs may differ based on your setup.
Signed-off-by: Naomi Roberts <mia@naomieow.xyz>
Signed-off-by: Naomi Roberts <mia@naomieow.xyz>
gleam add noir@1
import noir
pub fn main() -> Nil {
// TODO: An example of the project in use
}
Further documentation can be found at https://hexdocs.pm/noir.
gleam run # Run the project
gleam test # Run the tests