Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mahcodes/lustre_website
https://github.com/mahcodes/lustre_website
Last synced: about 4 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/mahcodes/lustre_website
- Owner: MAHcodes
- License: gpl-3.0
- Created: 2024-04-11T18:07:01.000Z (7 months ago)
- Default Branch: master
- Last Pushed: 2024-04-12T09:55:37.000Z (7 months ago)
- Last Synced: 2024-04-17T17:12:10.303Z (7 months ago)
- Language: Gleam
- Homepage:
- Size: 126 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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_websitepub 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
```