scriptorium_blog/README.md

26 lines
523 B
Markdown
Raw Normal View History

2024-04-14 12:45:57 +00:00
# gloss_blog
[![Package Version](https://img.shields.io/hexpm/v/gloss_blog)](https://hex.pm/packages/gloss_blog)
[![Hex Docs](https://img.shields.io/badge/hex-docs-ffaff3)](https://hexdocs.pm/gloss_blog/)
```sh
gleam add gloss_blog
```
```gleam
import gloss_blog
pub fn main() {
// TODO: An example of the project in use
}
```
Further documentation can be found at <https://hexdocs.pm/gloss_blog>.
## Development
```sh
gleam run # Run the project
gleam test # Run the tests
gleam shell # Run an Erlang shell
```