mirror of
https://github.com/erlef/setup-beam.git
synced 2026-07-23 07:06:07 +00:00
20 lines
270 B
Markdown
20 lines
270 B
Markdown
# gleam_gleam
|
|
|
|
A Gleam project
|
|
|
|
## Quick start
|
|
|
|
```sh
|
|
gleam run # Run the project
|
|
gleam test # Run the tests
|
|
gleam shell # Run an Erlang shell
|
|
```
|
|
|
|
## Installation
|
|
|
|
If available on Hex this package can be added to your Gleam project.
|
|
|
|
```sh
|
|
gleam add gleam_gleam
|
|
```
|