Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mahcodes/lustre_website


https://github.com/mahcodes/lustre_website

Last synced: about 4 hours ago
JSON representation

Awesome Lists containing this project

README

        

# lustre_website

[![Package Version](https://img.shields.io/hexpm/v/lustre_website)](https://hex.pm/packages/lustre_website)
[![Hex Docs](https://img.shields.io/badge/hex-docs-ffaff3)](https://hexdocs.pm/lustre_website/)

```sh
gleam add lustre_website
```
```gleam
import lustre_website

pub fn main() {
// TODO: An example of the project in use
}
```

Further documentation can be found at .

## Development

```sh
gleam run # Run the project
gleam test # Run the tests
gleam shell # Run an Erlang shell
```