Messing around with the new gleam_httpd library
- Gleam 86%
- Erlang 14%
|
|
||
|---|---|---|
| .github/workflows | ||
| dev | ||
| priv/static | ||
| src | ||
| test | ||
| .gitignore | ||
| gleam.toml | ||
| manifest.toml | ||
| README.md | ||
volta
gleam add volta@1
import volta
pub fn main() -> Nil {
// TODO: An example of the project in use
}
Further documentation can be found at https://hexdocs.pm/volta.
Development
gleam run # Run the project
gleam test # Run the tests