Installation
Add slate to your Gleam project:
gleam add slateThis adds slate to your gleam.toml dependencies. slate targets the Erlang (BEAM) runtime — it does not support the JavaScript target.
Requirements
Section titled “Requirements”- Gleam >= 1.7.0
- Erlang/OTP >= 26 (recommended: 27+)
- Target: Erlang only
Dependencies
Section titled “Dependencies”slate brings in these Gleam packages automatically:
| Package | Purpose |
|---|---|
gleam_stdlib | Standard library |
gleam_erlang | Erlang interop |