A Gleam project
gleam run # Run the project
gleam test # Run the tests
gleam shell # Run an Erlang shell
If available on Hex this package can be added to your Gleam project:
gleam add hello_gleam
and its documentation can be found at https://hexdocs.pm/hello_gleam.
Deploying on Fly.io:
curl -L https://fly.io/install.sh | sh
flyctl launch
To deploy future versions of the application run flyctl deploy
after saving any changes to the source code.